Skip to content

Commit d523d99

Browse files
committed
Add missing diffs mountPath
DIFFS dir is missing #3
1 parent a6d55b5 commit d523d99

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/overpass-api-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ keywords:
1414
- api
1515

1616
type: application
17-
version: 0.5.13
17+
version: 0.5.14
1818
appVersion: "0.7.62.8" # The last number is the Dockerfile version for that overpass-api version

charts/overpass-api-chart/templates/statefulset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ spec:
4242
mountPath: /app/db
4343
- name: data
4444
mountPath: /app/work
45+
- name: data
46+
mountPath: /app/diffs
4547
- name: scripts
4648
mountPath: /scripts
4749
env:
@@ -92,6 +94,8 @@ spec:
9294
mountPath: /app/db
9395
- name: data
9496
mountPath: /app/work
97+
- name: data
98+
mountPath: /app/diffs
9599
- name: scripts
96100
mountPath: /scripts
97101
readinessProbe:

0 commit comments

Comments
 (0)