diff options
| -rw-r--r-- | f3s/radicale/helm-chart/templates/deployment.yaml | 6 | ||||
| -rw-r--r-- | 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 |
