File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 echo "Timeout waiting for VolumeSnapshot $SNAP_NAME to be ready" >&2
5656 exit 1
5757 fi
58- resources : {}
58+ resources :
59+ limits :
60+ cpu : ' 1'
61+ memory : 512Mi
62+ requests :
63+ cpu : 100m
64+ memory : 256Mi
5965 imagePullPolicy : IfNotPresent
6066 restartPolicy : Never
6167 successfulJobsHistoryLimit : 30
Original file line number Diff line number Diff line change 1212 ttlSecondsAfterFinished : {{ int .Values.global.nexusSnapshotTTL }}
1313 template :
1414 spec :
15+ backoffLimit : 0
1516 serviceAccountName : ods-edit
1617 containers :
1718 - name : snapshot-cleaner
3031 echo "Keeping VolumeSnapshot $name created at $created"
3132 fi
3233 done
33- resources : {}
34+ resources :
35+ limits :
36+ cpu : ' 1'
37+ memory : 512Mi
38+ requests :
39+ cpu : 100m
40+ memory : 256Mi
3441 imagePullPolicy : IfNotPresent
3542 restartPolicy : OnFailure
3643 successfulJobsHistoryLimit : 30
You can’t perform that action at this time.
0 commit comments