Use RollingUpdate strategy for cron worker job (#577)

Co-authored-by: Azeem Shaikh <azeems@google.com>
Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
This commit is contained in:
Azeem Shaikh 2021-06-14 12:38:28 -07:00 committed by GitHub
parent b7ca0d9d1f
commit d9cc439cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,3 +47,8 @@ spec:
limits:
cpu: 12
memory: 12Gi
strategy:
type: "RollingUpdate"
rollingUpdate:
maxUnavailable: 1
maxSurge: 1