headlamp debug
This commit is contained in:
@@ -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:
|
|
||||||
- headlamp.innohub.local
|
|
||||||
paths:
|
|
||||||
- path /
|
|
||||||
type: ImplementationSpecific
|
|
||||||
tls:
|
|
||||||
secretName: "headlamp-tls"
|
|
||||||
hosts:
|
hosts:
|
||||||
- headlamp.innohub.local
|
- host: headlamp.innohub.local
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
type: ImplementationSpecific
|
||||||
|
tls:
|
||||||
|
- secretName: headlamp-tls
|
||||||
|
hosts:
|
||||||
|
- headlamp.innohub.local
|
||||||
|
|
||||||
# persistentVolumeClaim:
|
# persistentVolumeClaim:
|
||||||
# enabled: true
|
# enabled: true
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
|
|||||||
Reference in New Issue
Block a user