feature: customize initial delay seconds and period seconds
This commit is contained in:
parent
9361bbd9d3
commit
d061ee3d47
@ -69,6 +69,8 @@ func (deployment *DeploymentConfiguration) CreateDeployment(
|
|||||||
Path: pulumi.String(deployment.ImageReference.Health),
|
Path: pulumi.String(deployment.ImageReference.Health),
|
||||||
Port: pulumi.Int(80),
|
Port: pulumi.Int(80),
|
||||||
},
|
},
|
||||||
|
InitialDelaySeconds: pulumi.Int(70),
|
||||||
|
PeriodSeconds: pulumi.Int(15),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user