Use strategy Recreate to avoid overwriting lockfile

This commit is contained in:
Pal Kerecsenyi 2024-01-08 15:57:06 +00:00
parent 79f01bf33c
commit a26c6f7104
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -21,9 +21,12 @@ metadata:
labels: labels:
app: anki app: anki
spec: spec:
replicas: 1
selector: selector:
matchLabels: matchLabels:
app: anki app: anki
strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels: