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 44kube_prometheus_stack_chart_repo : https://prometheus-community.github.io/helm-charts
55kube_prometheus_stack_chart_name : kube-prometheus-stack
66kube_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
711kube_prometheus_stack_app_version : v0.74.0
812
913# Release information
Original file line number Diff line number Diff line change 11grafana_port : 30001
2- grafana_image_tag : 11.2.2
3- grafana_sidecar_image_tag : 1.26.1
42
53# Configure external address, with external URL depending on whether we are using Open Ondemand as a proxy
64grafana_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
44kube_prometheus_stack_wait_timeout : 5m
55
66# 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:
1010 - --collector.cpufreq
1111 - --collector.diskstats
1212 - --collector.filesystem
13-
14- node_exporter_image_tag : v1.8.2
Original file line number Diff line number Diff line change 11# Must be within K3s' reserved port range (default 30000-32767)
22prometheus_port : 30000
33
4- prometheus_image_tag : " v2.27.0"
5-
64prometheus_db_dir : " {{ appliances_state_dir }}/prometheus"
75prometheus_storage_retention : " 30d"
86prometheus_storage_retention_size : " 40GB"
You can’t perform that action at this time.
0 commit comments