🔧(helm) manage htaccess
- add htaccess - fix issue with kind
This commit is contained in:
committed by
Anthony LC
parent
b7bd7b7772
commit
aef19cfddd
@@ -129,6 +129,9 @@ ingress:
|
||||
className: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
nginx.ingress.kubernetes.io/auth-type: basic
|
||||
nginx.ingress.kubernetes.io/auth-secret: htaccess
|
||||
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required'
|
||||
|
||||
ingressWS:
|
||||
enabled: true
|
||||
@@ -136,6 +139,9 @@ ingressWS:
|
||||
className: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
nginx.ingress.kubernetes.io/auth-type: basic
|
||||
nginx.ingress.kubernetes.io/auth-secret: htaccess
|
||||
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required'
|
||||
|
||||
ingressAdmin:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user