Update k8s/apps/syncthing/syncthing-master.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
This commit is contained in:
@@ -21,23 +21,24 @@ service:
|
|||||||
port: 8384
|
port: 8384
|
||||||
listen:
|
listen:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: LoadBalancer
|
type: NodePort
|
||||||
|
externalTrafficPolicy: Local
|
||||||
ports:
|
ports:
|
||||||
listen:
|
listen:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 30023
|
port: 22000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 22000
|
targetPort: 22000
|
||||||
selector:
|
|
||||||
app.kubernetes.io/name: syncthing
|
|
||||||
discovery:
|
discovery:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: NodePort
|
type: NodePort
|
||||||
externalTrafficPolicy: Cluster
|
externalTrafficPolicy: Local
|
||||||
ports:
|
ports:
|
||||||
discovery:
|
discovery:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 21027
|
port: 21027
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 21027
|
targetPort: 21027
|
||||||
|
port: 21027
|
||||||
|
protocol: UDP
|
||||||
|
targetPort: 21027
|
Reference in New Issue
Block a user