Merge branch 'resources' into 'master'
chore: reduce resources See merge request unboundsoftware/dancefinder/dancefetcher!2
This commit was merged in pull request #5.
This commit is contained in:
+8
-1
@@ -11,6 +11,13 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: dancefetcher
|
- name: dancefetcher
|
||||||
imagePullPolicy: Always
|
|
||||||
image: registry.gitlab.com/unboundsoftware/dancefinder/dancefetcher:${COMMIT}
|
image: registry.gitlab.com/unboundsoftware/dancefinder/dancefetcher:${COMMIT}
|
||||||
|
imagePullPolicy: Always
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 600m
|
||||||
|
memory: 200Mi
|
||||||
|
requests:
|
||||||
|
cpu: 20m
|
||||||
|
memory: 30Mi
|
||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
|
|||||||
Reference in New Issue
Block a user