Skip to content

Commit 40f2b70

Browse files
committed
feat: helm schema
1 parent 185ced7 commit 40f2b70

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

charts/nginx-gateway-fabric/values.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,19 @@ nginx:
241241
# Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway).
242242
clientSSLSecretName: ""
243243

244+
# -- The hostPort configuration
244245
hostPort:
245-
## Enables hostPort.
246+
# -- Enables hostPort.
246247
enable: false
247248

248-
## The hostPort configuration for NGINX.
249+
# @schema
250+
# type: integer
251+
# minimum: 1
252+
# maximum: 65535
253+
# @schema
254+
# -- The port configuration for NGINX.
249255
port: 443
250-
256+
251257
# @schema
252258
# type: object
253259
# properties:

0 commit comments

Comments
 (0)