From 55f2750ad23a671e2fcd811bb49762954edbd5d5 Mon Sep 17 00:00:00 2001 From: Massimiliano Giovagnoli Date: Wed, 15 Feb 2023 20:07:29 +0100 Subject: [PATCH] fix(kubernetes): do not assign a vip statically the vip could not to be in the service ip subnet of the running cluster. there is no need to statically assign a ip, besides. Signed-off-by: Massimiliano Giovagnoli --- kubernetes/ISP-Checker-deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/kubernetes/ISP-Checker-deploy.yaml b/kubernetes/ISP-Checker-deploy.yaml index f5fa9f1..ae4a470 100644 --- a/kubernetes/ISP-Checker-deploy.yaml +++ b/kubernetes/ISP-Checker-deploy.yaml @@ -11016,7 +11016,6 @@ metadata: name: influxdb-svc namespace: monitoring spec: - clusterIP: 10.43.37.100 ports: - port: 8086 protocol: TCP