increase deadline seconds
[ZITADOPER-7]
This commit is contained in:
@@ -17,7 +17,7 @@ func (b *Builder) BuildInitJob(zitadel *zitadelv1alpha1.ZitadelCluster, key type
|
|||||||
|
|
||||||
backOffLimit := int32(5)
|
backOffLimit := int32(5)
|
||||||
ttlAfterFinish := int32(100)
|
ttlAfterFinish := int32(100)
|
||||||
activeDeadlineSeconds := int64(300)
|
activeDeadlineSeconds := int64(1800)
|
||||||
runAsNonRoot := true
|
runAsNonRoot := true
|
||||||
enableServiceLinks := false
|
enableServiceLinks := false
|
||||||
user := int64(1000)
|
user := int64(1000)
|
||||||
|
|||||||
Reference in New Issue
Block a user