headlamp to http
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user