summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-11 16:10:44 +0300
committerPaul Buetow <paul@buetow.org>2025-08-11 16:10:44 +0300
commit81022a25fe025fa61a2dc28be7cbe8649cb61fc9 (patch)
treefceecfefc813c083399df3df5de95c7e47eea76c
parentffb93ff22df34b412f8492fb209cc48913749d9c (diff)
fix
-rw-r--r--f3s/radicale/helm-chart/templates/deployment.yaml6
-rw-r--r--f3s/radicale/helm-chart/templates/ingress.yaml2
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