Skip to content

Commit af9c747

Browse files
committed
conf(grep): Set deployment strategy
With the use of a block storage volume, a new pod can't start while the old one is still running. Setting the strategy to Recreate for now to allow deployments to happen.
1 parent ce9c437 commit af9c747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/grep/base/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ metadata:
77
app: grep
88
spec:
99
replicas: 1
10+
strategy:
11+
type: Recreate
1012
selector:
1113
matchLabels:
1214
app: grep

0 commit comments

Comments
 (0)