Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit b4d3816

Browse files
committed
Removal of default resources
1 parent 051ec39 commit b4d3816

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

charts/otv-backend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: 1K Validators Backend
22
name: otv-backend
3-
version: v3.2.2
3+
version: v3.2.3
44
appVersion: v3.2.2
55
apiVersion: v2

charts/otv-backend/values.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ dataPath: "/data"
2121
backendPort: 3300
2222

2323
storageSize: 20Gi
24-
resources:
25-
limits:
26-
cpu: 600m
27-
memory: 1Gi
28-
requests:
29-
cpu: 300m
30-
memory: 400Mi
24+
# Uncomment the following resource to use
25+
# the default suggested resources
26+
# resources:
27+
# limits:
28+
# cpu: 600m
29+
# memory: 1Gi
30+
# requests:
31+
# cpu: 300m
32+
# memory: 400Mi
33+
resources: {}
3134

3235
secret: |
3336
{

0 commit comments

Comments
 (0)