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:
Sam Rose 2023-12-06 11:52:12 +00:00 committed by GitHub
commit 4c57d75205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ spec:
selector:
matchLabels:
app.kubernetes.io/name: budibase-proxy
minReadySeconds: 10
strategy:
type: RollingUpdate
template: