From eed8daaba1c562aa9b163a3c50fe7eeb6e30e3d6 Mon Sep 17 00:00:00 2001 From: David Landry Date: Sat, 25 May 2024 15:15:08 -0400 Subject: [PATCH] chore(syncthing): add http port to service --- apps/syncthing/base/sync-service.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/syncthing/base/sync-service.yaml b/apps/syncthing/base/sync-service.yaml index 5c0c215..fffb118 100644 --- a/apps/syncthing/base/sync-service.yaml +++ b/apps/syncthing/base/sync-service.yaml @@ -17,5 +17,8 @@ spec: port: 21027 protocol: UDP targetPort: 21027 + - name: http + port: 80 + targetPort: http selector: app: syncthing