From 201179f57dfccdd4abde8f6df913aafd54cb6ef8 Mon Sep 17 00:00:00 2001 From: ab Date: Wed, 10 Sep 2025 00:28:23 +0000 Subject: [PATCH] Update k8s/apps/syncthing/syncthing-khv.yaml --- k8s/apps/syncthing/syncthing-khv.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/k8s/apps/syncthing/syncthing-khv.yaml b/k8s/apps/syncthing/syncthing-khv.yaml index e894336..d6d3b9a 100644 --- a/k8s/apps/syncthing/syncthing-khv.yaml +++ b/k8s/apps/syncthing/syncthing-khv.yaml @@ -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 \ No newline at end of file