mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
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:
committed by
GitHub
parent
c1c52002cf
commit
cde6e815dd
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user