From 5bfb20ce5ab2bdb85c1085cc9cd8adf3f850b9ac Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 21 Aug 2025 14:16:17 +0200 Subject: [PATCH] Update k10-web-ingress.yaml --- config/k10/k10-web-ingress.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/k10/k10-web-ingress.yaml b/config/k10/k10-web-ingress.yaml index 1924c20..ef9add1 100644 --- a/config/k10/k10-web-ingress.yaml +++ b/config/k10/k10-web-ingress.yaml @@ -4,17 +4,18 @@ metadata: name: k10-gateway namespace: kasten-io annotations: - kubernetes.io/ingress.class: traefik traefik.ingress.kubernetes.io/router.entrypoints: web,websecure spec: + ingressClassName: traefik tls: - - hosts: [k10.innohub.local] - secretName: k10-tls + - hosts: + - k10.innohub.local +# secretName: k10-tls rules: - host: k10.innohub.local http: paths: - - path: / + - path: /k10 pathType: Prefix backend: service: