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

This commit is contained in:
ab
2025-09-10 00:10:54 +00:00
parent 10773abd14
commit 181b577255

View File

@@ -20,23 +20,25 @@ 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