1 parent 5efc991 commit bc679f5Copy full SHA for bc679f5
2 files changed
kubernetes/apps/monitoring/gatus/app/helmrelease.yaml
@@ -64,13 +64,7 @@ spec:
64
group: proxmox
65
client:
66
insecure: true
67
- url: "https://10.0.0.30:8006/"
68
- - name: "Proxmox Node 2"
69
- <<: *defaults
70
- group: proxmox
71
- client:
72
- insecure: true
73
- url: "https://10.0.0.3:8006/"
+ url: "https://10.0.0.5:8006/"
74
- name: "Proxmox Backup Server"
75
<<: *defaults
76
kubernetes/apps/monitoring/prometheus/app/scrapeconfig.yaml
@@ -112,8 +112,7 @@ metadata:
112
spec:
113
staticConfigs:
114
- targets:
115
- - 10.0.0.30
116
- - 10.0.0.3
+ - 10.0.0.5
117
metricsPath: /pve
118
params:
119
module: [default]
0 commit comments