Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf6bfb095a | |||
| 2a529d8570 | |||
| 86e452ea9a |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.swp
|
||||||
@ -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 }}
|
||||||
|
|||||||
@ -4,6 +4,7 @@ metadata:
|
|||||||
name: jamulus-lb
|
name: jamulus-lb
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
externalTrafficPolicy: "{{ .Values.externalTrafficPolicy }}"
|
||||||
selector:
|
selector:
|
||||||
app: jamulus
|
app: jamulus
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@ -9,3 +9,6 @@ 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"
|
||||||
|
externalTrafficPolicy: Cluster
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user