Skip to content

Commit 9ac49e4

Browse files
committed
chore: update httpgare default resources
1 parent 1d67316 commit 9ac49e4

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

service-rs/httpgate/deploy/charts/httpgate/values.yaml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)