mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 18:19:42 +00:00
Try args
This commit is contained in:
parent
d91d63d155
commit
e55f310429
1 changed files with 1 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: quay.io/oauth2-proxy/oauth2-proxy:v5.1.0
|
- image: quay.io/oauth2-proxy/oauth2-proxy:v5.1.0
|
||||||
args: ["-email-domain=*"]
|
args: ["-email-domain=*", "-upstream=http://grafana:3000/"]
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: grafana-proxy
|
name: grafana-proxy
|
||||||
env:
|
env:
|
||||||
|
|
@ -29,8 +29,6 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: grafana-proxy
|
name: grafana-proxy
|
||||||
key: cookie_secret
|
key: cookie_secret
|
||||||
- name: OAUTH2_PROXY_UPSTREAM
|
|
||||||
value: http://grafana:3000/
|
|
||||||
- name: OAUTH2_PROXY_PROVIDER
|
- name: OAUTH2_PROXY_PROVIDER
|
||||||
value: nextcloud
|
value: nextcloud
|
||||||
- name: OAUTH2_PROXY_CLIENT_ID
|
- name: OAUTH2_PROXY_CLIENT_ID
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue