fix(cilium): Enable gateway api on hel1

This commit is contained in:
2026-02-09 14:35:01 +01:00
parent 9d1e04abf4
commit 305ca06352
3 changed files with 28 additions and 0 deletions
+16
View File
@@ -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 }}