From 1f91e42b69e44761dabec1cf0b12aad94a89733a Mon Sep 17 00:00:00 2001 From: outductor Date: Mon, 2 Sep 2024 22:09:29 +0900 Subject: [PATCH] modify some values --- .../apps/cluster-wide-apps/app-of-other-apps/cilium.yaml | 3 +++ 1 file changed, 3 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 c54343052..d340f2d6a 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 @@ -33,6 +33,8 @@ spec: clusterPoolIPv4PodCIDRList: ["10.96.128.0/18"] # modify it if necessary # -- IPv4 CIDR mask size to delegate to individual nodes for IPAM. clusterPoolIPv4MaskSize: 24 + envoy: + enabled: false hubble: enabled: true metrics: @@ -59,6 +61,7 @@ spec: kind: ClusterIssuer name: ca-issuer operator: + rollOutPods: true prometheus: enabled: true serviceMonitor: