Update master branch with latest devs from unstable branch #34

Open
pcaseiro wants to merge 65 commits from unstable into master
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 176b5a6696 - Show all commits

View File

@ -10,7 +10,10 @@ spec:
matchLabels:
app.kubernetes.io/name: hydra-sql
strategy:
type: Recreate
type: RollingUpdate
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
template:
metadata:
labels: