fix(hydra-sql): addin RollingUpdate stratgy config

This commit is contained in:
Philippe Caseiro 2024-06-10 11:13:02 +02:00
parent efa00fc6a3
commit 176b5a6696
1 changed files with 4 additions and 1 deletions

View File

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