From b9fbd63b3cce7950c1f7eb432ecc02e200a41298 Mon Sep 17 00:00:00 2001 From: outductor Date: Thu, 14 Dec 2023 15:35:09 +0900 Subject: [PATCH] specify cilium ip --- .../apps/cluster-wide-apps/app-of-other-apps/cilium.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml index e02e78a67..26ae0ca3f 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml @@ -21,6 +21,12 @@ spec: enabled: true loadBalancer: algorithm: maglev + encryption: + nodeEncryption: false + ipv4: + enabled: true + ipv6: + enabled: false ipam: operator: # -- IPv4 CIDR list range to delegate to individual nodes for IPAM.