fix(k01): resource requests based on actual usage
build-and-push-harbor / docker-build-push (push) Waiting to run
build-and-push-harbor / docker-build-push (push) Waiting to run
This commit is contained in:
@@ -31,16 +31,16 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 30m
|
||||
memory: 100Mi
|
||||
memory: 80Mi
|
||||
limits:
|
||||
memory: 1Gi
|
||||
memory: 400Mi
|
||||
- name: mongodb-agent
|
||||
resources:
|
||||
requests:
|
||||
cpu: 30m
|
||||
memory: 80Mi
|
||||
cpu: 20m
|
||||
memory: 35Mi
|
||||
limits:
|
||||
memory: 200Mi
|
||||
memory: 100Mi
|
||||
volumeClaimTemplates:
|
||||
- metadata:
|
||||
name: data-volume
|
||||
|
||||
Reference in New Issue
Block a user