File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
charts/nginx-gateway-fabric Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,9 @@ spec:
135
135
ports :
136
136
- name : agent-grpc
137
137
containerPort : 8443
138
+ {{- if .Values.nginx.hostPort.enable }}
139
+ hostPort : {{ .Values.nginx.hostPort.port }}
140
+ {{- end }}
138
141
{{- if .Values.nginxGateway.metrics.enable }}
139
142
- name : metrics
140
143
containerPort : {{ .Values.nginxGateway.metrics.port }}
Original file line number Diff line number Diff line change @@ -245,11 +245,8 @@ nginx:
245
245
# # Enables hostPort.
246
246
enable : false
247
247
248
- # # The HTTP hostPort configuration for NGINX.
249
- http : 80
250
-
251
- # # The HTTPS hostPort configuration for NGINX.
252
- https : 443
248
+ # # The hostPort configuration for NGINX.
249
+ port : 443
253
250
254
251
# @schema
255
252
# type: object
You can’t perform that action at this time.
0 commit comments