mirror of
https://github.com/alibaba/higress.git
synced 2026-05-11 14:27:27 +08:00
fix: remove duplicate loadBalancerClass definition in service.yaml (#3400)
This commit is contained in:
@@ -24,9 +24,6 @@ spec:
|
||||
{{- end }}
|
||||
{{- with .Values.gateway.service.externalTrafficPolicy }}
|
||||
externalTrafficPolicy: "{{ . }}"
|
||||
{{- end }}
|
||||
{{- with .Values.gateway.service.loadBalancerClass}}
|
||||
loadBalancerClass: "{{ . }}"
|
||||
{{- end }}
|
||||
type: {{ .Values.gateway.service.type }}
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user