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