docs: dashboard guide updates

* kubernetes dashboard guide fixes.

* Update dashboard ingress annotations
This commit is contained in:
vixns
2023-03-26 15:52:21 +02:00
committed by GitHub
parent 78b0c32056
commit c355f0d4ce
+2 -1
View File
@@ -111,7 +111,7 @@ extraVolumes:
- key: ca.crt
path: ca.crt
extraVolumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount/
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: token-ca
ingress:
@@ -119,6 +119,7 @@ ingress:
annotations:
nginx.ingress.kubernetes.io/auth-signin: https://${DASHBOARD_URL}/oauth2/start?rd=$escaped_request_uri
nginx.ingress.kubernetes.io/auth-url: https://${DASHBOARD_URL}/oauth2/auth
nginx.ingress.kubernetes.io/auth-response-headers: "authorization"
hosts:
- ${DASHBOARD_URL}
tls: