1
0
Fork 0
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:
Emma 2020-04-19 17:13:11 -06:00
parent 9713453a53
commit 7ccc87a412

View file

@ -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"