Compare commits

..

No commits in common. "main" and "v1.0.0" have entirely different histories.
main ... v1.0.0

4 changed files with 3 additions and 12 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
*.swp

View File

@ -31,10 +31,6 @@ spec:
- "-T"
- "-l"
- "{{ .Values.containerLog }}"
- "-e"
- "{{ .Values.directoryAddress }}"
- "-o"
- "{{ .Values.serverInfo }}"
volumeMounts:
- mountPath: {{ .Values.containerMountPath }}
name: {{ .Values.containerMountName }}

View File

@ -4,7 +4,6 @@ metadata:
name: jamulus-lb
spec:
type: LoadBalancer
externalTrafficPolicy: "{{ .Values.externalTrafficPolicy }}"
selector:
app: jamulus
ports:

View File

@ -9,6 +9,3 @@ 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