Compare commits
1 Commits
v1.0.14-un
...
v1.0.15-un
Author | SHA1 | Date | |
---|---|---|---|
176b5a6696 |
@ -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:
|
||||
|
Reference in New Issue
Block a user