Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions charts/nginx-gateway-fabric/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,9 @@ nginx:
# -- The topology spread constraints for the NGINX data plane pod.
# topologySpreadConstraints: []

# -- extraVolumes for the NGINX data plane pod. Use in conjunction with
# nginx.container.extraVolumeMounts mount additional volumes to the container.
# extraVolumes: []
# -- The volumes for the NGINX data plane pod. Use in conjunction with
# nginx.container.volumeMounts mount additional volumes to the container.
# volumes: []

# -- The container configuration for the NGINX container. This is applied globally to all Gateways managed by this
# instance of NGINX Gateway Fabric.
Expand All @@ -407,8 +407,8 @@ nginx:
# -- The lifecycle of the NGINX container.
# lifecycle: {}

# -- extraVolumeMounts are the additional volume mounts for the NGINX container.
# extraVolumeMounts: []
# -- volumeMounts are the additional volume mounts for the NGINX container.
# volumeMounts: []

# -- The service configuration for the NGINX data plane. This is applied globally to all Gateways managed by this
# instance of NGINX Gateway Fabric.
Expand Down
Loading