From 5037f3c61da17fe2cb908d9e970b0624727b625a Mon Sep 17 00:00:00 2001 From: bp99 Date: Tue, 5 Nov 2024 08:37:26 +0100 Subject: [PATCH] chart-syncthing_relay: add default ports to values --- charts/syncthing-relay/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/syncthing-relay/values.yaml b/charts/syncthing-relay/values.yaml index 1094b7c..e6c1581 100644 --- a/charts/syncthing-relay/values.yaml +++ b/charts/syncthing-relay/values.yaml @@ -36,9 +36,9 @@ securityContext: {} service: type: ClusterIP relay: - port: xxx + port: 22067 status: - port: yyy + port: 22070 ingress: enabled: false