diff --git a/chart/templates/deployment-imageserver-rev-proxy.yaml b/chart/templates/deployment-imageserver-rev-proxy.yaml index f982f77..ca1b406 100644 --- a/chart/templates/deployment-imageserver-rev-proxy.yaml +++ b/chart/templates/deployment-imageserver-rev-proxy.yaml @@ -57,7 +57,7 @@ spec: runAsNonRoot: true tty: true volumeMounts: - - mountPath: /mnt/data + - mountPath: /data name: image-data subPath: {{ kindIs "string" .Values.persistence.imageStorageSubPath | ternary .Values.persistence.imageStorageSubPath .Release.Name | quote }} - mountPath: /var/tmp