Update duplicate/deprecated config.
This commit is contained in:
parent
ebfa87d19e
commit
7e602d7b42
1 changed files with 2 additions and 7 deletions
|
@ -32,9 +32,6 @@ spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
env:
|
env:
|
||||||
GF_DATE_FORMATS_USE_BROWSER_LOCALE: true
|
GF_DATE_FORMATS_USE_BROWSER_LOCALE: true
|
||||||
GF_EXPLORE_ENABLED: true
|
|
||||||
GF_FEATURE_TOGGLES_ENABLE: publicDashboards
|
|
||||||
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: natel-discrete-panel,pr0ps-trackmap-panel,panodata-map-panel
|
|
||||||
GF_SERVER_ROOT_URL: https://grafana.hsn.dev
|
GF_SERVER_ROOT_URL: https://grafana.hsn.dev
|
||||||
GF_DATABASE_NAME: ${DB_NAME}
|
GF_DATABASE_NAME: ${DB_NAME}
|
||||||
GF_DATABASE_HOST:
|
GF_DATABASE_HOST:
|
||||||
|
@ -78,11 +75,8 @@ spec:
|
||||||
auth_url: https://auth.hsn.dev/application/o/authorize/
|
auth_url: https://auth.hsn.dev/application/o/authorize/
|
||||||
token_url: https://auth.hsn.dev/application/o/token/
|
token_url: https://auth.hsn.dev/application/o/token/
|
||||||
api_url: https://auth.hsn.dev/application/o/userinfo/
|
api_url: https://auth.hsn.dev/application/o/userinfo/
|
||||||
|
|
||||||
auth.generic_oauth.group_mapping:
|
|
||||||
org_id: 1
|
|
||||||
role_attribute_path: |
|
role_attribute_path: |
|
||||||
contains(groups[*], 'admins') && 'Admin' || contains(groups[*], 'people') && 'Viewer'
|
contains(groups[*], 'Grafana Admins') && 'Admin' || contains(groups[*], 'Grafana Editors') && 'Editor' || 'Viewer'
|
||||||
auth.basic:
|
auth.basic:
|
||||||
enabled: false
|
enabled: false
|
||||||
auth.anonymous:
|
auth.anonymous:
|
||||||
|
@ -388,6 +382,7 @@ spec:
|
||||||
- natel-discrete-panel
|
- natel-discrete-panel
|
||||||
- pr0ps-trackmap-panel
|
- pr0ps-trackmap-panel
|
||||||
- vonage-status-panel
|
- vonage-status-panel
|
||||||
|
- panodata-map-panel
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingress:
|
ingress:
|
||||||
|
|
Loading…
Reference in a new issue