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