chore: reduce resources

This commit is contained in:
2021-10-04 15:01:45 +02:00
parent 1dde102aa4
commit 5d65a4d236
+8
View File
@@ -47,6 +47,14 @@ spec:
image: registry.gitlab.com/unboundsoftware/dancefinder/dancefinder-app:${COMMIT}
ports:
- containerPort: 80
resources:
requests:
cpu: 10m
memory: 10Mi
limits:
cpu: 300m
memory: 300Mi
---