Skip to content

Commit 7472fbe

Browse files
committed
Add empty values as default for gateway resources
1 parent db3e67c commit 7472fbe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/nginx-gateway-fabric/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ nginxGateway:
2222

2323
# -- Set of custom annotations for NginxGateway objects.
2424
configAnnotations: {}
25+
resources:
26+
requests:
27+
cpu: 0.001
28+
memory: 50Mi
2529

2630
# -- The number of replicas of the NGINX Gateway Fabric Deployment.
2731
replicaCount: 1
@@ -64,6 +68,9 @@ nginxGateway:
6468
# -- The lifecycle of the nginx-gateway container.
6569
lifecycle: {}
6670

71+
# -- The resource requests and/or limits of the nginx-gateway container.
72+
resources: {}
73+
6774
# -- extraVolumeMounts are the additional volume mounts for the nginx-gateway container.
6875
extraVolumeMounts: []
6976

0 commit comments

Comments
 (0)