fix(cilium): Force gatewayclass creation
This commit is contained in:
@@ -62,6 +62,8 @@ nodePort:
|
|||||||
gatewayAPI:
|
gatewayAPI:
|
||||||
enabled: {{ .Values.cilium.gatewayAPI.enabled }}
|
enabled: {{ .Values.cilium.gatewayAPI.enabled }}
|
||||||
{{- if eq .Values.cilium.cluster "hel1"}}
|
{{- if eq .Values.cilium.cluster "hel1"}}
|
||||||
|
gatewayClass:
|
||||||
|
create: true
|
||||||
enableProxyProtocol: true
|
enableProxyProtocol: true
|
||||||
hostNetwork:
|
hostNetwork:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user