Skip to content

Commit d992d1b

Browse files
committed
Expand volume as a test and switch to using the run.sh for full setup
1 parent 2870dd1 commit d992d1b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/backpan-syncer/base/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ spec:
1919
- name: backpan-syncer
2020
image: metacpan/metacpan-backpan-syncer:latest
2121
imagePullPolicy: Always
22-
# Should change to /sbin/run.sh once data is sorted
2322
command: ["sh"]
2423
args:
2524
- "-c"
26-
- "/usr/bin/sleep infinity"
25+
- "/sbin/run.sh"
2726
# This container needs to use fuse so needs privileges
2827
securityContext:
2928
privileged: true

apps/backpan-syncer/base/pvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
storageClassName: do-block-storage
1010
resources:
1111
requests:
12-
storage: 160Gi
12+
storage: 165Gi
1313
---
1414
apiVersion: v1
1515
kind: PersistentVolumeClaim

0 commit comments

Comments
 (0)