Browse Source

Cilium values k8sServiceHost and k8sServicePort use auto

Signed-off-by: ChengHao Yang
<17496418+tico88612@users.noreply.github.com>
pull/12101/head
ChengHao Yang 5 months ago
parent
commit
4c16fc155f
Failed to extract signature
1 changed files with 3 additions and 0 deletions
  1. 3
      roles/network_plugin/cilium/templates/values.yaml.j2

3
roles/network_plugin/cilium/templates/values.yaml.j2

@ -6,6 +6,9 @@ image:
repository: {{ cilium_image_repo }}
tag: {{ cilium_image_tag }}
k8sServiceHost: "auto"
k8sServicePort: "auto"
ipv4:
enabled: {{ cilium_enable_ipv4 }}
ipv6:

Loading…
Cancel
Save