mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
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:
parent
0b3fe1c82a
commit
4d6c67183e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user