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:
|
||||
limits:
|
||||
memory: "2048Mi"
|
||||
cpu: "1000m"
|
||||
#cpu: "1000m"
|
||||
requests:
|
||||
memory: "1Gi"
|
||||
cpu: "250m"
|
||||
@@ -196,7 +196,7 @@ apimgr:
|
||||
resources:
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
cpu: 2
|
||||
#cpu: 2
|
||||
requests:
|
||||
memory: "0.5Gi"
|
||||
cpu: 0.5
|
||||
@@ -305,7 +305,7 @@ apitraffic:
|
||||
resources:
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
cpu: 2
|
||||
# cpu: 2
|
||||
requests:
|
||||
memory: "0.5Gi"
|
||||
cpu: 0.5
|
||||
|
||||
Reference in New Issue
Block a user