feat(cilium): enable Hubble UI

Use kubectl port-forward instead of Ingress to access the UI to
avoid chicken and eggs issues, since ingress controller will be
installed after Cilium.
This commit is contained in:
Khue Doan 2024-03-25 20:01:04 +07:00
parent 0b3fe1c82a
commit 4d6c67183e

View File

@ -12,3 +12,8 @@ cilium_values:
# https://github.com/cilium/cilium/pull/28741
k8sServiceHost: 127.0.0.1
k8sServicePort: 6444
hubble:
relay:
enabled: true
ui:
enabled: true