File tree Expand file tree Collapse file tree 5 files changed +4
-16
lines changed
ansible/roles/kube_prometheus_stack/defaults/main
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 5 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 4
4
kube_prometheus_stack_chart_repo : https://prometheus-community.github.io/helm-charts
5
5
kube_prometheus_stack_chart_name : kube-prometheus-stack
6
6
kube_prometheus_stack_chart_version : 59.1.0
7
+
8
+ # used as tag prometheus-operator image and helpers,
9
+ # should be kept in sync with the appVersion provided in the Chart.yaml of whichever
10
+ # kube_prometheus_stack_chart_version is used
7
11
kube_prometheus_stack_app_version : v0.74.0
8
12
9
13
# Release information
Original file line number Diff line number Diff line change 1
1
grafana_port : 30001
2
- grafana_image_tag : 11.2.2
3
- grafana_sidecar_image_tag : 1.26.1
4
2
5
3
# Configure external address, with external URL depending on whether we are using Open Ondemand as a proxy
6
4
grafana_api_address : " {{ hostvars[groups['prometheus'].0].internal_address }}"
Original file line number Diff line number Diff line change @@ -4,13 +4,3 @@ kube_prometheus_stack_release_name: kube-prometheus-stack
4
4
kube_prometheus_stack_wait_timeout : 5m
5
5
6
6
# See prometheus.yml, grafana.yml and alertmanager.yml for config of individual monitoring services
7
-
8
-
9
- # used as tag prometheus-operator image and helpers,
10
- # should be kept in sync with the appVersion provided in the Chart.yaml of whichever
11
- # kube_prometheus_stack_chart_version is used
12
- kube_prometheus_stack_app_version : v0.74.0
13
-
14
- # helper images
15
- kube_prometheus_stack_metrics_image_tag : v2.12.0
16
- kube_prometheus_stack_patch_image_tag : v20221220-controller-v1.5.1-58-g787ea74b6
Original file line number Diff line number Diff line change @@ -10,5 +10,3 @@ node_exporter_args:
10
10
- --collector.cpufreq
11
11
- --collector.diskstats
12
12
- --collector.filesystem
13
-
14
- node_exporter_image_tag : v1.8.2
Original file line number Diff line number Diff line change 1
1
# Must be within K3s' reserved port range (default 30000-32767)
2
2
prometheus_port : 30000
3
3
4
- prometheus_image_tag : " v2.27.0"
5
-
6
4
prometheus_db_dir : " {{ appliances_state_dir }}/prometheus"
7
5
prometheus_storage_retention : " 30d"
8
6
prometheus_storage_retention_size : " 40GB"
You can’t perform that action at this time.
0 commit comments