Skip to content

Commit e2eee18

Browse files
authored
fix: volumeMonuts fix (MAPCO-4136) (#148)
* fix: volumeMonuts fix * fix: bump chart and app version
1 parent 61b19e2 commit e2eee18

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: gpkg-merger
33
description: A Helm chart for gpkg-merger service # refers to MergerService
44
type: application
5-
version: 1.3.5
6-
appVersion: 1.3.5
5+
version: 1.3.6
6+
appVersion: 1.3.6

helm/templates/deployment.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ spec:
7070
- name: ingestion-storage
7171
persistentVolumeClaim:
7272
claimName: {{ $fs.ingestionSourcePvc.name }}
73-
- name: output-storage
74-
persistentVolumeClaim:
75-
claimName: {{ $fs.internalPvc.name }}
7673
{{- if .Values.global.ca.secretName }}
7774
- name: root-ca
7875
secret:
@@ -125,7 +122,7 @@ spec:
125122
volumeMounts:
126123
- name: ingestion-storage
127124
mountPath: /layerSources
128-
- name: output-storage
125+
- name: ingestion-storage
129126
mountPath: /app/tiles_outputs
130127
{{- if .Values.global.ca.secretName }}
131128
- name: root-ca

0 commit comments

Comments
 (0)