summaryrefslogtreecommitdiff
path: root/f3s/opodsync/helm-chart
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-09 11:54:36 +0300
committerPaul Buetow <paul@buetow.org>2025-08-09 11:54:36 +0300
commita32b93bb5fb23d805ea045d6f1ded29b0ba69218 (patch)
treeb4ca89c8b819b4354ac09ceda395e9f4afac9b53 /f3s/opodsync/helm-chart
parent734b979d98182925733c818b64e8421f80204ab0 (diff)
Update
Diffstat (limited to 'f3s/opodsync/helm-chart')
-rw-r--r--f3s/opodsync/helm-chart/templates/ingress.yaml12
1 files changed, 1 insertions, 11 deletions
diff --git a/f3s/opodsync/helm-chart/templates/ingress.yaml b/f3s/opodsync/helm-chart/templates/ingress.yaml
index 9f59714..a29d27b 100644
--- a/f3s/opodsync/helm-chart/templates/ingress.yaml
+++ b/f3s/opodsync/helm-chart/templates/ingress.yaml
@@ -4,9 +4,9 @@ metadata:
name: opodsync-ingress
namespace: services
annotations:
+ spec.ingressClassName: traefik
traefik.ingress.kubernetes.io/router.entrypoints: web
spec:
- ingressClassName: traefik
rules:
- host: gpodder.f3s.buetow.org
http:
@@ -18,13 +18,3 @@ spec:
name: opodsync-service
port:
number: 80
- - host: opodsync.f3s.buetow.org
- http:
- paths:
- - path: /
- pathType: Prefix
- backend:
- service:
- name: opodsync-service
- port:
- number: 80