add basic auth to headlamp
This commit is contained in:
@@ -2,6 +2,9 @@ ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
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:
|
||||
- host: headlamp.grxe.io
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user