grafana prometheus fix
This commit is contained in:
@@ -11,7 +11,7 @@ data:
|
|||||||
- name: Prometheus
|
- name: Prometheus
|
||||||
type: prometheus
|
type: prometheus
|
||||||
access: proxy
|
access: proxy
|
||||||
url: http://prometheus.monitoring.svc.cluster.local:9090
|
url: http://prometheus-operated.monitoring.svc.cluster.local:9090
|
||||||
isDefault: true
|
isDefault: true
|
||||||
editable: true
|
editable: true
|
||||||
|
|
||||||
@@ -47,17 +47,14 @@ spec:
|
|||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: http
|
name: http
|
||||||
env:
|
env:
|
||||||
# Database
|
|
||||||
- name: GF_DATABASE_TYPE
|
- name: GF_DATABASE_TYPE
|
||||||
value: sqlite3
|
value: sqlite3
|
||||||
- name: GF_DATABASE_PATH
|
- name: GF_DATABASE_PATH
|
||||||
value: /var/lib/grafana/grafana.db
|
value: /var/lib/grafana/grafana.db
|
||||||
|
|
||||||
# Server
|
|
||||||
- name: GF_SERVER_ROOT_URL
|
- name: GF_SERVER_ROOT_URL
|
||||||
value: https://grafana-raiko.ee-lte-1.codemowers.io
|
value: https://grafana-raiko.ee-lte-1.codemowers.io
|
||||||
|
|
||||||
# Generic OAuth (Passmower)
|
|
||||||
- name: GF_AUTH_GENERIC_OAUTH_ENABLED
|
- name: GF_AUTH_GENERIC_OAUTH_ENABLED
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: GF_AUTH_GENERIC_OAUTH_NAME
|
- name: GF_AUTH_GENERIC_OAUTH_NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user