From c3c303cf1d9015b66c21b5f75f96288ea5e8ec81 Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Sat, 1 Oct 2022 21:59:12 +0000 Subject: [PATCH] prometheus values with master ipv4 addr macro --- prometheus-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prometheus-values.yaml b/prometheus-values.yaml index 2c3f7c2..1a23e19 100644 --- a/prometheus-values.yaml +++ b/prometheus-values.yaml @@ -1104,7 +1104,7 @@ kubeControllerManager: ## If your kube controller manager is not deployed as a pod, specify IPs it can be found on ## endpoints: - - 192.168.178.116 + - %MASTER_NODE_IPV4_ADDR% # - 10.141.4.22 # - 10.141.4.23 # - 10.141.4.24 @@ -1353,7 +1353,7 @@ kubeScheduler: ## If your kube scheduler is not deployed as a pod, specify IPs it can be found on ## endpoints: - - 192.168.178.116 + - %MASTER_NODE_IPV4_ADDR% # - 10.141.4.22 # - 10.141.4.23 # - 10.141.4.24 @@ -1422,7 +1422,7 @@ kubeProxy: ## If your kube proxy is not deployed as a pod, specify IPs it can be found on ## endpoints: - - 192.168.178.116 + - %MASTER_NODE_IPV4_ADDR% # - 10.141.4.22 # - 10.141.4.23 # - 10.141.4.24