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 a6d55b5 commit d523d99Copy full SHA for d523d99
charts/overpass-api-chart/Chart.yaml
@@ -14,5 +14,5 @@ keywords:
14
- api
15
16
type: application
17
-version: 0.5.13
+version: 0.5.14
18
appVersion: "0.7.62.8" # The last number is the Dockerfile version for that overpass-api version
charts/overpass-api-chart/templates/statefulset.yaml
@@ -42,6 +42,8 @@ spec:
42
mountPath: /app/db
43
- name: data
44
mountPath: /app/work
45
+ - name: data
46
+ mountPath: /app/diffs
47
- name: scripts
48
mountPath: /scripts
49
env:
@@ -92,6 +94,8 @@ spec:
92
94
93
95
96
97
98
99
100
101
readinessProbe:
0 commit comments