chore: reduce resources #6

Merged
argoyle merged 1 commits from resources into master 2021-10-04 12:59:50 +00:00
+7
View File
@@ -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
---