Skip to content

Commit

Permalink
Additional values for cilium
Browse files Browse the repository at this point in the history
  • Loading branch information
CalleB3 committed Oct 5, 2022
1 parent 11c0ad3 commit 9b1f748
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions modules/kubernetes/cilium/templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,18 @@ hubble:
xkf.xenit.io/monitoring: platform

ui:
# -- Whether to enable the Hubble UI.
enabled: true

hostPort:
# -- Enable hostPort service support.
enabled: true

nodePort:
# -- Enable the Cilium NodePort service implementation.
enabled: true

bpf:
masquerade: true
masquerade: true

kubeProxyReplacement: partial

externalIPs:
enabled: true

0 comments on commit 9b1f748

Please sign in to comment.