Compare commits
No commits in common. "main" and "v1.0.0" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
*.swp
|
||||
@ -31,10 +31,6 @@ spec:
|
||||
- "-T"
|
||||
- "-l"
|
||||
- "{{ .Values.containerLog }}"
|
||||
- "-e"
|
||||
- "{{ .Values.directoryAddress }}"
|
||||
- "-o"
|
||||
- "{{ .Values.serverInfo }}"
|
||||
volumeMounts:
|
||||
- mountPath: {{ .Values.containerMountPath }}
|
||||
name: {{ .Values.containerMountName }}
|
||||
@ -45,4 +41,4 @@ spec:
|
||||
- name: {{ .Values.containerMountName }}
|
||||
hostPath:
|
||||
path: {{ .Values.localMountPath }}
|
||||
type: Directory
|
||||
type: Directory
|
||||
@ -4,11 +4,10 @@ metadata:
|
||||
name: jamulus-lb
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: "{{ .Values.externalTrafficPolicy }}"
|
||||
selector:
|
||||
app: jamulus
|
||||
ports:
|
||||
- name: "{{ .Values.containerPort }}"
|
||||
protocol: UDP
|
||||
port: {{ .Values.containerPort }}
|
||||
targetPort: {{ .Values.containerPort }}
|
||||
targetPort: {{ .Values.containerPort }}
|
||||
@ -8,7 +8,4 @@ containerMountPath: /jam
|
||||
containerMountName: jam
|
||||
#Location on your filesystem to associate the /jam dir
|
||||
localMountPath: /var/log
|
||||
ephemeralStorage: 1G
|
||||
directoryAddress: "anygenre1.jamulus.io:22124"
|
||||
serverInfo: "My Jamulus Server;New York;US"
|
||||
externalTrafficPolicy: Cluster
|
||||
ephemeralStorage: 1G
|
||||
Loading…
Reference in New Issue
Block a user