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 db3e67c commit 7472fbeCopy full SHA for 7472fbe
charts/nginx-gateway-fabric/values.yaml
@@ -22,6 +22,10 @@ nginxGateway:
22
23
# -- Set of custom annotations for NginxGateway objects.
24
configAnnotations: {}
25
+ resources:
26
+ requests:
27
+ cpu: 0.001
28
+ memory: 50Mi
29
30
# -- The number of replicas of the NGINX Gateway Fabric Deployment.
31
replicaCount: 1
@@ -64,6 +68,9 @@ nginxGateway:
64
68
# -- The lifecycle of the nginx-gateway container.
65
69
lifecycle: {}
66
70
71
+ # -- The resource requests and/or limits of the nginx-gateway container.
72
+ resources: {}
73
+
67
74
# -- extraVolumeMounts are the additional volume mounts for the nginx-gateway container.
75
extraVolumeMounts: []
76
0 commit comments