use RollingUpdate

This commit is contained in:
Sebastian Jäger 2024-02-14 18:05:05 +01:00
parent cb931df495
commit 5060d9f565
No known key found for this signature in database
GPG key ID: 3608F3D413836957

View file

@ -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: