chore: reduce resources #5
+8
-1
@@ -11,6 +11,13 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: dancefetcher
|
||||
imagePullPolicy: Always
|
||||
image: registry.gitlab.com/unboundsoftware/dancefinder/dancefetcher:${COMMIT}
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
limits:
|
||||
cpu: 600m
|
||||
memory: 200Mi
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 30Mi
|
||||
restartPolicy: OnFailure
|
||||
|
||||
Reference in New Issue
Block a user