Skip to content

Commit bc679f5

Browse files
committed
remove references to old node
1 parent 5efc991 commit bc679f5

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

kubernetes/apps/monitoring/gatus/app/helmrelease.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,7 @@ spec:
6464
group: proxmox
6565
client:
6666
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/"
67+
url: "https://10.0.0.5:8006/"
7468
- name: "Proxmox Backup Server"
7569
<<: *defaults
7670
group: proxmox

kubernetes/apps/monitoring/prometheus/app/scrapeconfig.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ metadata:
112112
spec:
113113
staticConfigs:
114114
- targets:
115-
- 10.0.0.30
116-
- 10.0.0.3
115+
- 10.0.0.5
117116
metricsPath: /pve
118117
params:
119118
module: [default]

0 commit comments

Comments
 (0)