Skip to content

Commit 991613e

Browse files
committed
removed unused groupvars
1 parent d002454 commit 991613e

File tree

5 files changed

+4
-16
lines changed

5 files changed

+4
-16
lines changed

ansible/roles/kube_prometheus_stack/defaults/main/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
kube_prometheus_stack_chart_repo: https://prometheus-community.github.io/helm-charts
55
kube_prometheus_stack_chart_name: kube-prometheus-stack
66
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
711
kube_prometheus_stack_app_version: v0.74.0
812

913
# Release information

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
grafana_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
64
grafana_api_address: "{{ hostvars[groups['prometheus'].0].internal_address }}"

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,3 @@ kube_prometheus_stack_release_name: kube-prometheus-stack
44
kube_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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Must be within K3s' reserved port range (default 30000-32767)
22
prometheus_port: 30000
33

4-
prometheus_image_tag: "v2.27.0"
5-
64
prometheus_db_dir: "{{ appliances_state_dir }}/prometheus"
75
prometheus_storage_retention: "30d"
86
prometheus_storage_retention_size: "40GB"

0 commit comments

Comments
 (0)