Skip to content

Commit 769dab5

Browse files
authored
refactor: Update resource limits section in values.yaml to be commented out (#39)
1 parent 7f5fab4 commit 769dab5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

chart/values.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,16 @@ image:
3333
tag: "4.251.0-stable-v2.3.0"
3434
pullSecrets: []
3535

36-
resources:
37-
limits:
38-
cpu: 500m
39-
memory: 512Mi
40-
requests:
41-
cpu: 100m
42-
memory: 128Mi
36+
37+
### You can uncomment the following lines to set resource limits and requests for the agent container.
38+
### NOTE: Resource limits must be set according to your needs and the capabilities of your Kubernetes cluster!!!
39+
resources: {}
40+
# limits:
41+
# cpu: 500m
42+
# memory: 512Mi
43+
# requests:
44+
# cpu: 100m
45+
# memory: 128Mi
4346

4447
volumes: []
4548
# - name: dockersock

0 commit comments

Comments
 (0)