whoami: Add resource limits
This commit is contained in:
parent
ce9891046f
commit
a71bd5de37
@ -15,8 +15,15 @@ spec:
|
||||
app: whoami
|
||||
spec:
|
||||
containers:
|
||||
- image: traefik/whoami
|
||||
name: whoami
|
||||
- name: whoami
|
||||
image: traefik/whoami
|
||||
resources:
|
||||
limits:
|
||||
cpu: 10m
|
||||
memory: 10Mi
|
||||
requests:
|
||||
cpu: 1m
|
||||
memory: 2Mi
|
||||
ports:
|
||||
- containerPort: 80
|
||||
protocol: TCP
|
||||
|
Loading…
Reference in New Issue
Block a user