Switch to Rolling rather than Recreate

This commit is contained in:
JLP 2025-07-14 20:39:09 -04:00
parent 09f127900a
commit 65d69a84e0
Signed by: jleechpe
GPG key ID: 414E00D1FF7519DC
3 changed files with 3 additions and 3 deletions

View file

@ -6,6 +6,6 @@ metadata:
spec:
replicas: 1
strategy:
type: Recreate
type: RollingUpdate
template:
spec:

View file

@ -6,6 +6,6 @@ metadata:
spec:
replicas: 1
strategy:
type: Recreate
type: RollingUpdate
template:
spec:

View file

@ -6,6 +6,6 @@ metadata:
spec:
replicas: 1
strategy:
type: Recreate
type: RollingUpdate
template:
spec: