File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
charts/nginx-gateway-fabric Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,9 @@ spec:
102102 {{- end }}
103103 {{- if .Values.nginxGateway.gwAPIInferenceExtension.enable }}
104104 - --gateway-api-inference-extension
105- {{- end }}
106- {{- if (and .Values.nginxGateway.gwAPIInferenceExtension.enable .Values.nginxGateway.gwAPIInferenceExtension.endpointPicker.disableTLS) }}
105+ {{- if .Values.nginxGateway.gwAPIInferenceExtension.endpointPicker.disableTLS }}
107106 - --endpoint-picker-disable-tls
108107 {{- end }}
109- {{- if .Values.nginxGateway.gwAPIInferenceExtension.enable }}
110108 - --endpoint-picker-tls-skip-verify={{ .Values.nginxGateway.gwAPIInferenceExtension.endpointPicker.skipVerify }}
111109 {{- end }}
112110 {{- if .Values.nginxGateway.snippetsFilters.enable }}
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ nginxGateway:
218218 endpointPicker :
219219 # -- Disable TLS for EndpointPicker communication. By default, TLS is enabled.
220220 # Set to true only for development/testing or when using a service mesh for encryption.
221- disableTLS : true
221+ disableTLS : false
222222
223223 # -- Disables TLS certificate verification when connecting to the EndpointPicker.
224224 # By default, certificate verification is disabled.
You can’t perform that action at this time.
0 commit comments