mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Set resource limit for kube-ui addon container.
This commit is contained in:
parent
8278928b66
commit
747f84d553
@ -22,5 +22,9 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: kube-ui
|
- name: kube-ui
|
||||||
image: gcr.io/google_containers/kube-ui:v1
|
image: gcr.io/google_containers/kube-ui:v1
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 50Mi
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
Loading…
Reference in New Issue
Block a user