mirror of https://github.com/k3s-io/k3s
modify resource limits
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