Spaces:
Running
Running
fix(chart): adjust resources (#1109)
Browse files- chart/values.yaml +4 -4
chart/values.yaml
CHANGED
@@ -18,11 +18,11 @@ ingress:
|
|
18 |
|
19 |
resources:
|
20 |
requests:
|
21 |
-
cpu:
|
22 |
-
memory:
|
23 |
limits:
|
24 |
-
cpu:
|
25 |
-
memory:
|
26 |
nodeSelector: {}
|
27 |
tolerations: []
|
28 |
|
|
|
18 |
|
19 |
resources:
|
20 |
requests:
|
21 |
+
cpu: 2
|
22 |
+
memory: 4Gi
|
23 |
limits:
|
24 |
+
cpu: 2
|
25 |
+
memory: 4Gi
|
26 |
nodeSelector: {}
|
27 |
tolerations: []
|
28 |
|