From 81022a25fe025fa61a2dc28be7cbe8649cb61fc9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 11 Aug 2025 16:10:44 +0300 Subject: fix --- f3s/radicale/helm-chart/templates/deployment.yaml | 6 +++--- f3s/radicale/helm-chart/templates/ingress.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/f3s/radicale/helm-chart/templates/deployment.yaml b/f3s/radicale/helm-chart/templates/deployment.yaml index 2266088..01026ab 100644 --- a/f3s/radicale/helm-chart/templates/deployment.yaml +++ b/f3s/radicale/helm-chart/templates/deployment.yaml @@ -17,7 +17,7 @@ spec: - name: radicale image: registry.lan.buetow.org:30001/radicale:latest ports: - - containerPort: 5232 + - containerPort: 8080 volumeMounts: - name: radicale-collections mountPath: /var/lib/radicale/collections @@ -41,8 +41,8 @@ metadata: spec: ports: - name: web - port: 5232 + port: 80 protocol: TCP - targetPort: 5232 + targetPort: 8080 selector: app: radicale diff --git a/f3s/radicale/helm-chart/templates/ingress.yaml b/f3s/radicale/helm-chart/templates/ingress.yaml index 1695479..680ab7d 100644 --- a/f3s/radicale/helm-chart/templates/ingress.yaml +++ b/f3s/radicale/helm-chart/templates/ingress.yaml @@ -17,4 +17,4 @@ spec: service: name: radicale-service port: - number: 5232 + number: 80 -- cgit v1.2.3