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 enabled: true
ingressClassName: "traefik" ingressClassName: "traefik"
annotations: annotations:
cert-manager.io/cluster-issuer: lets-encrypt traefik.ingress.kubernetes.io/router.entrypoints: web
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts: hosts:
- host: headlamp.innohub.local - host: headlamp.innohub.local
paths: paths:
- path: / - path: /
type: ImplementationSpecific type: ImplementationSpecific
tls:
- secretName: headlamp-tls
hosts:
- headlamp.innohub.local
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'
@@ -47,5 +42,4 @@ spec:
selfHeal: true selfHeal: true
prune: true prune: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true