Skip to content

Commit 886c22d

Browse files
committed
updated grafana groupvars
1 parent a03f7f9 commit 886c22d

File tree

1 file changed

+2
-1
lines changed
  • environments/common/inventory/group_vars/all

1 file changed

+2
-1
lines changed

environments/common/inventory/group_vars/all/grafana.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
grafana_port: 30001
2+
13
# Configure external address, with external URL depending on whether we are using Open Ondemand as a proxy
24
grafana_api_address: "{{ hostvars[groups['prometheus'].0].internal_address }}"
35
grafana_api_url: "http://{{ grafana_api_address }}:{{ grafana_port }}"
@@ -65,7 +67,6 @@ grafana_plugins:
6567
- grafana-opensearch-datasource 2.8.1
6668

6769
grafana_auth_anonymous: false # Enable anonymous View-only login - see implications: https://grafana.com/docs/grafana/latest/administration/security/#implications-of-enabling-anonymous-access-to-dashboards
68-
grafana_volume_size: 10Gi
6970
_grafana_auth_anon_cfg:
7071
anonymous:
7172
org_name: "Main Org."

0 commit comments

Comments
 (0)