use RollingUpdate

This commit is contained in:
Sebastian Jäger
2024-02-14 18:05:05 +01:00
parent cb931df495
commit 5060d9f565

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: