Skip to content

Commit

Permalink
fix: volumeMonuts fix (MAPCO-4136) (#148)
Browse files Browse the repository at this point in the history
* fix: volumeMonuts fix

* fix: bump chart and app version
  • Loading branch information
RonitKissis authored Apr 8, 2024
1 parent 61b19e2 commit e2eee18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: gpkg-merger
description: A Helm chart for gpkg-merger service # refers to MergerService
type: application
version: 1.3.5
appVersion: 1.3.5
version: 1.3.6
appVersion: 1.3.6
5 changes: 1 addition & 4 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ spec:
- name: ingestion-storage
persistentVolumeClaim:
claimName: {{ $fs.ingestionSourcePvc.name }}
- name: output-storage
persistentVolumeClaim:
claimName: {{ $fs.internalPvc.name }}
{{- if .Values.global.ca.secretName }}
- name: root-ca
secret:
Expand Down Expand Up @@ -125,7 +122,7 @@ spec:
volumeMounts:
- name: ingestion-storage
mountPath: /layerSources
- name: output-storage
- name: ingestion-storage
mountPath: /app/tiles_outputs
{{- if .Values.global.ca.secretName }}
- name: root-ca
Expand Down

0 comments on commit e2eee18

Please sign in to comment.