Skip to content

Commit 64adf7c

Browse files
committed
increasing disk size
1 parent 86e9c66 commit 64adf7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

applications/sckanner/deploy/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ harness:
1515
mountpath: /usr/src/app/persistent
1616
name: sckanner-ingestion-files
1717
auto: true
18-
size: 100Mi
18+
size: 5Gi
1919
usenfs: false
2020
livenessProbe: {path: /api/live}
2121
readinessProbe: {path: /api/ready}

applications/sckanner/deploy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ harness:
1515
mountpath: /usr/src/app/persistent
1616
name: sckanner-ingestion-files
1717
auto: true
18-
size: 100Mi
18+
size: 1Gi
1919
usenfs: false
2020
livenessProbe: {path: /api/live}
2121
readinessProbe: {path: /api/ready}

0 commit comments

Comments
 (0)