From 1703a7e416293dbea5ec9c5d6f877b873a4a3b85 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Fri, 24 Nov 2023 14:03:04 -0500 Subject: [PATCH] prometheus stack endpoints --- .../helmrelease-kube-prometheus-stack.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/kube-prometheus-stack/helmrelease-kube-prometheus-stack.yaml b/kube-prometheus-stack/helmrelease-kube-prometheus-stack.yaml index 4c36050..56a28fa 100644 --- a/kube-prometheus-stack/helmrelease-kube-prometheus-stack.yaml +++ b/kube-prometheus-stack/helmrelease-kube-prometheus-stack.yaml @@ -1409,8 +1409,8 @@ spec: ## If your kube controller manager is not deployed as a pod, specify IPs it can be found on ## - endpoints: [] - # - 10.141.4.22 + endpoints: + - 192.168.2.100 # - 10.141.4.23 # - 10.141.4.24 @@ -1646,8 +1646,8 @@ spec: ## If your etcd is not deployed as a pod, specify IPs it can be found on ## - endpoints: [] - # - 10.141.4.22 + endpoints: + - 192.168.2.100 # - 10.141.4.23 # - 10.141.4.24 @@ -1738,8 +1738,8 @@ spec: ## If your kube scheduler is not deployed as a pod, specify IPs it can be found on ## - endpoints: [] - # - 10.141.4.22 + endpoints: + - 192.168.2.100 # - 10.141.4.23 # - 10.141.4.24 @@ -1827,8 +1827,8 @@ spec: ## If your kube proxy is not deployed as a pod, specify IPs it can be found on ## - endpoints: [] - # - 10.141.4.22 + endpoints: + - 192.168.2.100 # - 10.141.4.23 # - 10.141.4.24