Update k8s/apps/syncthing/syncthing-khv.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 12s

This commit is contained in:
ab
2025-09-10 00:28:23 +00:00
parent 181b577255
commit 201179f57d

View File

@@ -15,23 +15,24 @@ service:
port: 8384
listen:
enabled: true
type: LoadBalancer
type: NodePort
externalTrafficPolicy: Local
ports:
listen:
enabled: true
port: 30023
port: 22000
protocol: TCP
targetPort: 22000
selector:
app.kubernetes.io/name: syncthing
discovery:
enabled: true
type: NodePort
externalTrafficPolicy: Cluster
externalTrafficPolicy: Local
ports:
discovery:
enabled: true
port: 21027
protocol: UDP
targetPort: 21027
port: 21027
protocol: UDP
targetPort: 21027