Cilium: Pass cluster DNS to hubble.peerService in values.yaml.j2 (#12346)

* cilium: pass cluster DNS to hubble.peerService in values.yaml.j2

* Add dedicated Hubble variable defaulting to inventory cluster domain
This commit is contained in:
Mustafa Mertcan Çam
2025-07-04 00:37:25 +08:00
committed by GitHub
parent c1c52002cf
commit cde6e815dd
3 changed files with 10 additions and 0 deletions

View File

@@ -83,6 +83,8 @@ ipMasqAgent:
{% endif %}
hubble:
peerService:
clusterDomain: {{ cilium_hubble_peer_service_cluster_domain }}
enabled: {{ cilium_enable_hubble | to_json }}
relay:
enabled: {{ cilium_enable_hubble | to_json }}