Update k10-web-ingress.yaml

This commit is contained in:
Daniel
2025-08-21 14:16:17 +02:00
parent 3125bf29b3
commit 5bfb20ce5a

View File

@@ -4,17 +4,18 @@ metadata:
name: k10-gateway name: k10-gateway
namespace: kasten-io namespace: kasten-io
annotations: annotations:
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
spec: spec:
ingressClassName: traefik
tls: tls:
- hosts: [k10.innohub.local] - hosts:
secretName: k10-tls - k10.innohub.local
# secretName: k10-tls
rules: rules:
- host: k10.innohub.local - host: k10.innohub.local
http: http:
paths: paths:
- path: / - path: /k10
pathType: Prefix pathType: Prefix
backend: backend:
service: service: