diff --git a/whoami/application.yml b/whoami/application.yml index cf03e08..4476145 100644 --- a/whoami/application.yml +++ b/whoami/application.yml @@ -15,11 +15,18 @@ spec: app: whoami spec: containers: - - image: traefik/whoami - name: whoami - ports: - - containerPort: 80 - protocol: TCP + - name: whoami + image: traefik/whoami + resources: + limits: + cpu: 10m + memory: 10Mi + requests: + cpu: 1m + memory: 2Mi + ports: + - containerPort: 80 + protocol: TCP --- apiVersion: v1 kind: Service