Skip to content

Commit

Permalink
fix: pod strategy set to recreate as attached volume is ReadWriteOnce
Browse files Browse the repository at this point in the history
Signed-off-by: lichaoran <[email protected]>
  • Loading branch information
pkking authored and FrostyX committed Dec 22, 2022
1 parent d17a478 commit 10d16bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/kustomize/resalloc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: copr-resalloc
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
component: copr-resalloc
Expand Down

0 comments on commit 10d16bf

Please sign in to comment.