We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f2e55 commit 8a3d300Copy full SHA for 8a3d300
apps/grep/base/cronjob.yaml
@@ -23,7 +23,6 @@ spec:
23
[ -f /shared/metacpan_git/.init_complete ] \
24
&& cd /shared/metacpan_git && git pull origin master
25
imagePullPolicy: IfNotPresent
26
- ttlSecondsAfterFinished: 600 # Automatically delete 10 minutes after completion
27
volumes:
28
- name: gitrepo
29
persistentVolumeClaim:
apps/grep/base/deployment.yaml
@@ -38,6 +38,12 @@ spec:
38
envFrom:
39
- configMapRef:
40
name: grep
41
+ resources:
42
+ # Manage how much memory is allocated, could add cpu if we wanted
43
+ requests:
44
+ memory: "1024Mi"
45
+ limits:
46
+ memory: "4072Mi"
47
volumeMounts:
48
49
mountPath: /shared/metacpan_git
0 commit comments