chore(registry): set resource request/limit
This commit is contained in:
@@ -32,6 +32,13 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
name: http
|
name: http
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 25m
|
||||||
|
memory: 128Mi
|
||||||
|
limits:
|
||||||
|
cpu: 2000m
|
||||||
|
memory: 20Gi
|
||||||
env:
|
env:
|
||||||
- name: REGISTRY_STORAGE_DELETE_ENABLED
|
- name: REGISTRY_STORAGE_DELETE_ENABLED
|
||||||
value: "true"
|
value: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user