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