We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185ced7 commit 40f2b70Copy full SHA for 40f2b70
charts/nginx-gateway-fabric/values.yaml
@@ -241,13 +241,19 @@ nginx:
241
# Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway).
242
clientSSLSecretName: ""
243
244
+ # -- The hostPort configuration
245
hostPort:
- ## Enables hostPort.
246
+ # -- Enables hostPort.
247
enable: false
248
- ## The hostPort configuration for NGINX.
249
+ # @schema
250
+ # type: integer
251
+ # minimum: 1
252
+ # maximum: 65535
253
254
+ # -- The port configuration for NGINX.
255
port: 443
-
256
+
257
# @schema
258
# type: object
259
# properties:
0 commit comments