From 1341d17fb069bec063d4e71009d720a9eb55b39c Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Thu, 20 Oct 2022 07:46:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20zwavejs2mqtt=20volume?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cluster/apps/home-automation/zwavejs2mqtt/helm-release.yaml | 2 +- cluster/apps/home-automation/zwavejs2mqtt/volume.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/home-automation/zwavejs2mqtt/helm-release.yaml b/cluster/apps/home-automation/zwavejs2mqtt/helm-release.yaml index 10ac7012f..a0dc02479 100644 --- a/cluster/apps/home-automation/zwavejs2mqtt/helm-release.yaml +++ b/cluster/apps/home-automation/zwavejs2mqtt/helm-release.yaml @@ -77,7 +77,7 @@ spec: config: enabled: true existingClaim: zwavejs2mqtt-config - mountPath: /data + mountPath: /usr/src/app/store usb: enabled: true type: hostPath diff --git a/cluster/apps/home-automation/zwavejs2mqtt/volume.yaml b/cluster/apps/home-automation/zwavejs2mqtt/volume.yaml index a95a05325..55c545bf0 100644 --- a/cluster/apps/home-automation/zwavejs2mqtt/volume.yaml +++ b/cluster/apps/home-automation/zwavejs2mqtt/volume.yaml @@ -12,4 +12,4 @@ spec: storageClassName: rook-ceph-block resources: requests: - storage: 10Gi + storage: 1Gi