add basic auth to headlamp
This commit is contained in:
@@ -2,6 +2,9 @@ ingress:
|
|||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
|
nginx.ingress.kubernetes.io/auth-type: basic
|
||||||
|
nginx.ingress.kubernetes.io/auth-secret: headlamp-basic-auth
|
||||||
|
nginx.ingress.kubernetes.io/auth-realm: "Authentication Required"
|
||||||
hosts:
|
hosts:
|
||||||
- host: headlamp.grxe.io
|
- host: headlamp.grxe.io
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user