From 7030c7820cdc2c8cc9a7848f17b818eada23d6e1 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Wed, 1 Mar 2023 06:34:24 +0800 Subject: [PATCH] fix(cilium): retry Hubble Signed-off-by: JJGadgets --- kube/3-deploy/1-core/01-networking/cilium/install.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/kube/3-deploy/1-core/01-networking/cilium/install.yaml b/kube/3-deploy/1-core/01-networking/cilium/install.yaml index 93f4e9c8..3178c96c 100644 --- a/kube/3-deploy/1-core/01-networking/cilium/install.yaml +++ b/kube/3-deploy/1-core/01-networking/cilium/install.yaml @@ -108,14 +108,12 @@ spec: integration: containerd hubble: peerService: - clusterDomain: ${DNS_CLUSTER} + clusterDomain: cluster.local enabled: true - tls: - enabled: false relay: enabled: true - tls: - server: - enabled: false + # tls: + # server: + # enabled: false ui: enabled: true