move grafana behind client tls until auth is setup [ci skip]
This commit is contained in:
parent
b29b9d7911
commit
59199606fb
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ ingress:
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||||
|
nginx.ingress.kubernetes.io/auth-tls-verify-client: "on"
|
||||||
|
nginx.ingress.kubernetes.io/auth-tls-secret: "default/ca-secret"
|
||||||
tls:
|
tls:
|
||||||
- secretName: "tls-secret"
|
- secretName: "tls-secret"
|
||||||
hosts:
|
hosts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue