We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d206e commit f79a506Copy full SHA for f79a506
apps/backpan-syncer/base/deployment.yaml
@@ -7,6 +7,11 @@ metadata:
7
app: backpan-syncer
8
spec:
9
replicas: 1
10
+ strategy:
11
+ # We want to ensure that the backpan-syncer is always running
12
+ # so we use Recreate strategy to avoid issues with multiple instances
13
+ # trying to access the same volumes
14
+ type: Recreate
15
selector:
16
matchLabels:
17
0 commit comments