diff --git a/services/cilium/deploy/app/helm-values.yaml b/services/cilium/deploy/app/helm-values.yaml index 4ebbade..e423be3 100644 --- a/services/cilium/deploy/app/helm-values.yaml +++ b/services/cilium/deploy/app/helm-values.yaml @@ -18,13 +18,7 @@ loadBalancer: operator: replicas: 1 - #nodeSelector: - # kubernetes.io/hostname: chimera - # tolerations: - # # Tolerate the node-role.kubernetes.io/control-plane taint so the controller can run on master node chimera - # - key: node-role.kubernetes.io/control-plane - # operator: Exists - # effect: NoSchedule + # fix error="listen tcp :30913: bind: address already in use" in agent nodePort: @@ -33,4 +27,8 @@ nodePort: advertisement: loadBalancerIPs: true - externalIPs: true \ No newline at end of file + externalIPs: true + +hubble: + ui: + enabled: true \ No newline at end of file