mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
docs: dashboard guide updates
* kubernetes dashboard guide fixes. * Update dashboard ingress annotations
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user