Skip to content

Commit

Permalink
feat(backup-cronjob.yaml): add resource (limits and requets) on cronj…
Browse files Browse the repository at this point in the history
…ob (#14)
  • Loading branch information
vmaillot authored Aug 4, 2021
1 parent 71f0770 commit 57d8e10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ spec:
image: ghcr.io/adfinis-adsygroup/openshift-etcd-backup
imagePullPolicy: Always
name: backup-etcd
resources:
requests:
cpu: 500m
memory: 128Mi
limits:
cpu: 1000m
memory: 512Mi
envFrom:
- configMapRef:
name: backup-config
Expand Down

0 comments on commit 57d8e10

Please sign in to comment.