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