Use strategy Recreate to avoid overwriting lockfile
This commit is contained in:
parent
79f01bf33c
commit
a26c6f7104
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user