mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 14:49:44 +00:00
Add signout url
This commit is contained in:
parent
811fd2e107
commit
e786b81c1c
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ spec:
|
||||||
value: username
|
value: username
|
||||||
- name: GF_AUTH_PROXY_AUTO_SIGN_UP
|
- name: GF_AUTH_PROXY_AUTO_SIGN_UP
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: GF_AUTH_SIGNOUT_REDIRECT_URL
|
||||||
|
value: "https://grafana.shoup.io/oauth2/sign_out"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue