Added serverInfo and directoryAddress vars
This commit is contained in:
parent
b7d68604c7
commit
86e452ea9a
@ -31,6 +31,10 @@ spec:
|
|||||||
- "-T"
|
- "-T"
|
||||||
- "-l"
|
- "-l"
|
||||||
- "{{ .Values.containerLog }}"
|
- "{{ .Values.containerLog }}"
|
||||||
|
- "-e"
|
||||||
|
- "{{ .Values.directoryAddress }}"
|
||||||
|
- "-o"
|
||||||
|
- "{{ .Values.serverInfo }}"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: {{ .Values.containerMountPath }}
|
- mountPath: {{ .Values.containerMountPath }}
|
||||||
name: {{ .Values.containerMountName }}
|
name: {{ .Values.containerMountName }}
|
||||||
@ -41,4 +45,4 @@ spec:
|
|||||||
- name: {{ .Values.containerMountName }}
|
- name: {{ .Values.containerMountName }}
|
||||||
hostPath:
|
hostPath:
|
||||||
path: {{ .Values.localMountPath }}
|
path: {{ .Values.localMountPath }}
|
||||||
type: Directory
|
type: Directory
|
||||||
|
|||||||
@ -8,4 +8,6 @@ containerMountPath: /jam
|
|||||||
containerMountName: jam
|
containerMountName: jam
|
||||||
#Location on your filesystem to associate the /jam dir
|
#Location on your filesystem to associate the /jam dir
|
||||||
localMountPath: /var/log
|
localMountPath: /var/log
|
||||||
ephemeralStorage: 1G
|
ephemeralStorage: 1G
|
||||||
|
directoryAddress: anygenre1.jamulus.io:22124
|
||||||
|
serverInfo: My Jamulus Server;New York;US
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user