grafana fix
This commit is contained in:
parent
c3d3f23492
commit
2174c3fae4
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: grafana-config
|
name: grafana-config
|
||||||
namespace: metrics
|
namespace: metrics
|
||||||
|
@ -57,4 +58,3 @@ data:
|
||||||
- name: "Prometheus"
|
- name: "Prometheus"
|
||||||
uid: prometheus
|
uid: prometheus
|
||||||
orgId: 1
|
orgId: 1
|
||||||
kind: ConfigMap
|
|
||||||
|
|
|
@ -55,7 +55,9 @@ spec:
|
||||||
- name: GF_AUTH_GENERIC_OAUTH_TOKEN_URL
|
- name: GF_AUTH_GENERIC_OAUTH_TOKEN_URL
|
||||||
value: https://sso.konfach.ru/realms/konfach/protocol/openid-connect/token
|
value: https://sso.konfach.ru/realms/konfach/protocol/openid-connect/token
|
||||||
- name: GF_SECURITY_ADMIN_PASSWORD
|
- name: GF_SECURITY_ADMIN_PASSWORD
|
||||||
|
value: kVk7bFLjOkWFQ3
|
||||||
- name: GF_SERVER_ROOT_URL
|
- name: GF_SERVER_ROOT_URL
|
||||||
|
value: https://grafana.konfa.ch
|
||||||
- name: GF_SERVER_SERVE_FROM_SUB_PATH
|
- name: GF_SERVER_SERVE_FROM_SUB_PATH
|
||||||
value: "false"
|
value: "false"
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue