File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
service-rs/httpgate/deploy/charts/httpgate Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -74,17 +74,13 @@ securityContext: {}
7474 # runAsNonRoot: true
7575 # runAsUser: 1000
7676
77- resources : {}
78- # We usually recommend not to specify default resources and to leave this as a conscious
79- # choice for the user. This also increases chances charts run on environments with little
80- # resources, such as Minikube. If you do want to specify resources, uncomment the following
81- # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
82- # limits:
83- # cpu: 100m
84- # memory: 128Mi
85- # requests:
86- # cpu: 100m
87- # memory: 128Mi
77+ resources :
78+ limits :
79+ cpu : 1
80+ memory : 1Gi
81+ requests :
82+ cpu : 100m
83+ memory : 100Mi
8884
8985# Node selector for DaemonSet scheduling
9086# Example: Only run on nodes with specific label
You can’t perform that action at this time.
0 commit comments