headlamp debug

This commit is contained in:
titver968
2025-10-24 08:09:04 +02:00
parent 07f8031d52
commit aec121db75

View File

@@ -14,24 +14,25 @@ spec:
values: | values: |
config: config:
baseURL: "headlamp.innohub.local" baseURL: "headlamp.innohub.local"
ingress: ingress:
enabled: true enabled: true
ingressClass: "traefik" ingressClassName: "traefik"
ingress_annotations: annotations:
cert-manager.io/cluster-issuer: lets-encrypt cert-manager.io/cluster-issuer: lets-encrypt
traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts: hosts:
- headlamp.innohub.local - host: headlamp.innohub.local
paths: paths:
- path / - path: /
type: ImplementationSpecific type: ImplementationSpecific
tls: tls:
secretName: "headlamp-tls" - secretName: headlamp-tls
hosts: hosts:
- headlamp.innohub.local - headlamp.innohub.local
# persistentVolumeClaim: # persistentVolumeClaim:
# enabled: true # enabled: true
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'