[release-2.28] Cilium: Pass cluster DNS to hubble.peerService in values.yaml.j2 (#12374)

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

* Add dedicated Hubble variable defaulting to inventory cluster domain

---------

Co-authored-by: Mustafa Mertcan CAM <mertcancam@gmail.com>
This commit is contained in:
k8s-infra-cherrypick-robot
2025-07-04 01:23:25 -07:00
committed by GitHub
parent 22e9335484
commit 9a08afa3f9
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 }}