mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use RollingUpdate
This commit is contained in:
parent
cb931df495
commit
5060d9f565
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
api:
|
||||
enabled: true
|
||||
type: deployment
|
||||
strategy: Recreate
|
||||
strategy: RollingUpdate
|
||||
containers:
|
||||
api:
|
||||
image:
|
||||
|
|
@ -57,7 +57,7 @@ controllers:
|
|||
web:
|
||||
enabled: true
|
||||
type: deployment
|
||||
strategy: Recreate
|
||||
strategy: RollingUpdate
|
||||
containers:
|
||||
web:
|
||||
image:
|
||||
|
|
@ -68,7 +68,7 @@ controllers:
|
|||
content-fetch:
|
||||
enabled: true
|
||||
type: deployment
|
||||
strategy: Recreate
|
||||
strategy: RollingUpdate
|
||||
containers:
|
||||
content-fetch:
|
||||
image:
|
||||
|
|
|
|||
Loading…
Reference in a new issue