diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 3594299..987ca9b 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -47,6 +47,13 @@ spec: image: registry.gitlab.com/unboundsoftware/unbound-site:${COMMIT} ports: - containerPort: 80 + resources: + requests: + cpu: 10m + memory: 10Mi + limits: + cpu: 300m + memory: 300Mi ---