Switch update strategy to Recreate

This commit is contained in:
Jonny Ervine 2026-04-14 22:22:32 +08:00
parent 3e500a8fb5
commit dd16af2b7d

View File

@ -328,7 +328,7 @@ imagePullSecrets:
# The update strategy for deployments with persistent volumes(jobservice, registry): "RollingUpdate" or "Recreate" # The update strategy for deployments with persistent volumes(jobservice, registry): "RollingUpdate" or "Recreate"
# Set it as "Recreate" when "RWM" for volumes isn't supported # Set it as "Recreate" when "RWM" for volumes isn't supported
updateStrategy: updateStrategy:
type: RollingUpdate type: Recreate
# debug, info, warning, error or fatal # debug, info, warning, error or fatal
logLevel: info logLevel: info