removed cpu limits to avoid hitting cluster limits
Some checks failed
Helm Publish / publish (push) Failing after 3m25s
Some checks failed
Helm Publish / publish (push) Failing after 3m25s
This commit is contained in:
@@ -110,7 +110,7 @@ anm:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "2048Mi"
|
memory: "2048Mi"
|
||||||
cpu: "1000m"
|
#cpu: "1000m"
|
||||||
requests:
|
requests:
|
||||||
memory: "1Gi"
|
memory: "1Gi"
|
||||||
cpu: "250m"
|
cpu: "250m"
|
||||||
@@ -196,7 +196,7 @@ apimgr:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "2Gi"
|
memory: "2Gi"
|
||||||
cpu: 2
|
#cpu: 2
|
||||||
requests:
|
requests:
|
||||||
memory: "0.5Gi"
|
memory: "0.5Gi"
|
||||||
cpu: 0.5
|
cpu: 0.5
|
||||||
@@ -305,7 +305,7 @@ apitraffic:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "2Gi"
|
memory: "2Gi"
|
||||||
cpu: 2
|
# cpu: 2
|
||||||
requests:
|
requests:
|
||||||
memory: "0.5Gi"
|
memory: "0.5Gi"
|
||||||
cpu: 0.5
|
cpu: 0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user