mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 15:59:45 +00:00
Use json logs for grafana
This commit is contained in:
parent
9713453a53
commit
7ccc87a412
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ spec:
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: GF_AUTH_SIGNOUT_REDIRECT_URL
|
- name: GF_AUTH_SIGNOUT_REDIRECT_URL
|
||||||
value: "https://grafana.shoup.io/oauth2/sign_out"
|
value: "https://grafana.shoup.io/oauth2/sign_out"
|
||||||
|
- name: GF_LOG_MODE
|
||||||
|
value: console
|
||||||
|
- name: GF_LOG_CONSOLE_FORMAT
|
||||||
|
value: json
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue