mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
modify resource limits
This commit is contained in:
parent
39016242aa
commit
efaf274a0b
@ -16,7 +16,7 @@ spec:
|
||||
containers:
|
||||
- resources:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
cpu: 1
|
||||
image: pires/hazelcast-k8s
|
||||
name: hazelcast
|
||||
ports:
|
||||
|
@ -16,7 +16,7 @@ spec:
|
||||
containers:
|
||||
- resources:
|
||||
limits :
|
||||
cpu: 1000m
|
||||
cpu: 1
|
||||
image: mysql
|
||||
name: mysql
|
||||
env:
|
||||
|
@ -14,7 +14,7 @@ spec:
|
||||
name: wordpress
|
||||
spec:
|
||||
containers:
|
||||
image: wordpress
|
||||
- image: wordpress
|
||||
name: wordpress
|
||||
env:
|
||||
- name: WORDPRESS_DB_PASSWORD
|
||||
|
Loading…
Reference in New Issue
Block a user