fix(cilium): Enable gateway api on hel1
This commit is contained in:
@@ -61,6 +61,22 @@ nodePort:
|
||||
enabled: {{ .Values.cilium.nodePort.enabled }}
|
||||
gatewayAPI:
|
||||
enabled: {{ .Values.cilium.gatewayAPI.enabled }}
|
||||
{{- if .Values.cilium.gatewayTest.enabled }}
|
||||
hostNetwork:
|
||||
enabled: true
|
||||
nodes:
|
||||
matchLabels:
|
||||
ingresshost: "cilium"
|
||||
envoy:
|
||||
enabled: true
|
||||
securityContext:
|
||||
capabilities:
|
||||
keepCapNetBindService: true
|
||||
envoy:
|
||||
- NET_ADMIN
|
||||
- BPF
|
||||
- NET_BIND_SERVICE
|
||||
{{- end}}
|
||||
ingressController:
|
||||
enabled: {{ .Values.cilium.ingressController.enabled }}
|
||||
default: {{ .Values.cilium.ingressController.defaultClass }}
|
||||
|
||||
Reference in New Issue
Block a user