headlamp to http

This commit is contained in:
titver968
2025-10-27 09:10:55 +01:00
parent 8282b72db9
commit 6c2989ee53

View File

@@ -26,17 +26,12 @@ spec:
enabled: true
ingressClassName: "traefik"
annotations:
cert-manager.io/cluster-issuer: lets-encrypt
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.entrypoints: web
hosts:
- host: headlamp.innohub.local
paths:
- path: /
type: ImplementationSpecific
tls:
- secretName: headlamp-tls
hosts:
- headlamp.innohub.local
destination:
server: 'https://kubernetes.default.svc'
@@ -48,4 +43,3 @@ spec:
prune: true
syncOptions:
- CreateNamespace=true