Merge pull request #12489 from Budibase/fix-deployment-instability
Add minReadySeconds: 10 to the proxy deployment to give nginx time to properly start.
This commit is contained in:
commit
4c57d75205
|
@ -16,6 +16,7 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: budibase-proxy
|
app.kubernetes.io/name: budibase-proxy
|
||||||
|
minReadySeconds: 10
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in New Issue