Loading charts/open-map-tiles/templates/deployment.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,8 @@ spec: persistentVolumeClaim: claimName: {{ template "open-map-tiles.fullname" . }} {{- end }} {{- with .Values.affinity }} terminationGracePeriodSeconds: 5 {{- if .Values.affinity }} affinity: {{- toYaml .Values.affinity | nindent 8 }} {{- toYaml .Values.affinity | indent 8 }} {{- end }} charts/open-map-tiles/values.yaml +1 −2 Original line number Diff line number Diff line Loading @@ -40,8 +40,7 @@ persistentVolume: - ReadWriteOnce size: 10Gi reclaimPolicy: Retain #location: "<WORKDIR>/couchdb" location: "/home/englab/.meep/omt" location: "<WORKDIR>/omt" persistentVolumeClaim: # set to true to use pvc Loading go-apps/meepctl/cmd/deploy.go +2 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,8 @@ func deployRunScriptsAndGetFlags(targetName string, chart string, cobraCmd *cobr switch targetName { case "meep-couchdb": flags = utils.HelmFlags(nil, "--set", "persistentVolume.location="+deployData.workdir+"/couchdb/") case "meep-open-map-tiles": flags = utils.HelmFlags(nil, "--set", "persistentVolume.location="+deployData.workdir+"/omt/") case "meep-docker-registry": deployCreateRegistryCerts(chart, cobraCmd) flags = utils.HelmFlags(nil, "--set", "persistence.location="+deployData.workdir+"/docker-registry/") Loading Loading
charts/open-map-tiles/templates/deployment.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,8 @@ spec: persistentVolumeClaim: claimName: {{ template "open-map-tiles.fullname" . }} {{- end }} {{- with .Values.affinity }} terminationGracePeriodSeconds: 5 {{- if .Values.affinity }} affinity: {{- toYaml .Values.affinity | nindent 8 }} {{- toYaml .Values.affinity | indent 8 }} {{- end }}
charts/open-map-tiles/values.yaml +1 −2 Original line number Diff line number Diff line Loading @@ -40,8 +40,7 @@ persistentVolume: - ReadWriteOnce size: 10Gi reclaimPolicy: Retain #location: "<WORKDIR>/couchdb" location: "/home/englab/.meep/omt" location: "<WORKDIR>/omt" persistentVolumeClaim: # set to true to use pvc Loading
go-apps/meepctl/cmd/deploy.go +2 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,8 @@ func deployRunScriptsAndGetFlags(targetName string, chart string, cobraCmd *cobr switch targetName { case "meep-couchdb": flags = utils.HelmFlags(nil, "--set", "persistentVolume.location="+deployData.workdir+"/couchdb/") case "meep-open-map-tiles": flags = utils.HelmFlags(nil, "--set", "persistentVolume.location="+deployData.workdir+"/omt/") case "meep-docker-registry": deployCreateRegistryCerts(chart, cobraCmd) flags = utils.HelmFlags(nil, "--set", "persistence.location="+deployData.workdir+"/docker-registry/") Loading