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 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