We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed4616 commit 74840b2Copy full SHA for 74840b2
app-template.yaml
@@ -82,7 +82,14 @@ objects:
82
selector:
83
deploymentConfig: ${APPLICATION_NAME}
84
strategy:
85
- type: Recreate
+ resources: {}
86
+ rollingParams:
87
+ intervalSeconds: 1
88
+ maxSurge: 25%
89
+ maxUnavailable: 25%
90
+ timeoutSeconds: 600
91
+ updatePeriodSeconds: 1
92
+ type: Rolling
93
template:
94
metadata:
95
labels:
@@ -136,6 +143,10 @@ objects:
136
143
path: /ws/demo/healthcheck
137
144
port: 8080
138
145
scheme: HTTP
146
+ initialDelaySeconds: 20
147
+ periodSeconds: 5
148
+ successThreshold: 1
149
+ timeoutSeconds: 1
139
150
terminationGracePeriodSeconds: 60
140
151
triggers:
141
152
- imageChangeParams:
0 commit comments