Compare commits
No commits in common. "main" and "v1.0.1" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
*.swp
|
|
||||||
@ -4,11 +4,10 @@ metadata:
|
|||||||
name: jamulus-lb
|
name: jamulus-lb
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
externalTrafficPolicy: "{{ .Values.externalTrafficPolicy }}"
|
|
||||||
selector:
|
selector:
|
||||||
app: jamulus
|
app: jamulus
|
||||||
ports:
|
ports:
|
||||||
- name: "{{ .Values.containerPort }}"
|
- name: "{{ .Values.containerPort }}"
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
port: {{ .Values.containerPort }}
|
port: {{ .Values.containerPort }}
|
||||||
targetPort: {{ .Values.containerPort }}
|
targetPort: {{ .Values.containerPort }}
|
||||||
@ -9,6 +9,5 @@ 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"
|
directoryAddress: anygenre1.jamulus.io:22124
|
||||||
serverInfo: "My Jamulus Server;New York;US"
|
serverInfo: My Jamulus Server;New York;US
|
||||||
externalTrafficPolicy: Cluster
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user