From e7006dd2fb14d81853b1e334e8af0125123e884f Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 10 Aug 2025 14:03:26 +0200 Subject: [PATCH] calico coreswith peer --- argocd/service.yaml | 2 +- calico-config/whisker.yaml | 2 +- terraform/control-plane1.bu | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/service.yaml b/argocd/service.yaml index 43533d6..f57291d 100644 --- a/argocd/service.yaml +++ b/argocd/service.yaml @@ -5,7 +5,7 @@ metadata: namespace: argocd spec: type: ClusterIP - clusterIP: 10.0.91.81 + clusterIP: fd00:0:0:f:1::81 clusterIPs: - fd00:0:0:f:1::81 - 10.0.91.81 diff --git a/calico-config/whisker.yaml b/calico-config/whisker.yaml index 28dade6..0b8d1a7 100644 --- a/calico-config/whisker.yaml +++ b/calico-config/whisker.yaml @@ -5,7 +5,7 @@ metadata: namespace: calico-system spec: type: ClusterIP - clusterIP: 10.0.91.82 + clusterIP: fd00:0:0:f:1::82 clusterIPs: - fd00:0:0:f:1::82 - 10.0.91.82 diff --git a/terraform/control-plane1.bu b/terraform/control-plane1.bu index e7f335a..e8aa566 100644 --- a/terraform/control-plane1.bu +++ b/terraform/control-plane1.bu @@ -192,7 +192,7 @@ storage: type: ClusterIP ipFamilyPolicy: RequireDualStack ipFamilies: [IPv6, IPv4] - clusterIP: 10.0.91.53 + clusterIP: fd00:0:0:f:1::53 clusterIPs: - fd00:0:0:f:1::53 - 10.0.91.53