mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
modify resource limits
This commit is contained in:
parent
e682c933ea
commit
97ea7065fc
@ -18,7 +18,7 @@ spec:
|
|||||||
- /run.sh
|
- /run.sh
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1
|
||||||
env:
|
env:
|
||||||
- name: MAX_HEAP_SIZE
|
- name: MAX_HEAP_SIZE
|
||||||
key: MAX_HEAP_SIZE
|
key: MAX_HEAP_SIZE
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- resources:
|
- resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1
|
||||||
image: pires/hazelcast-k8s
|
image: pires/hazelcast-k8s
|
||||||
name: hazelcast
|
name: hazelcast
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user