🔧(helm) manage htaccess

- add htaccess
- fix issue with kind
This commit is contained in:
Jacques ROUSSEL
2024-07-02 10:10:50 +02:00
committed by Anthony LC
parent b7bd7b7772
commit aef19cfddd
8 changed files with 61 additions and 38 deletions

View File

@@ -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