commit b91ffadcf4f6ba49cac52d48d6de3b767fdeafdb
parent 21d5a33e185606a76a9384211fd64ed5f63bd868
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 19 Jun 2023 15:17:29 +0200
fix maybe mailu
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/base/mailu/release.yaml b/apps/base/mailu/release.yaml
@@ -36,7 +36,7 @@ spec:
effect: "NoSchedule"
persistence:
enabled: true
- subPath: "/postgresql"
+ subPath: "postgresql"
existingClaim: mailu-storage
persistence:
single_pvc: true
@@ -63,7 +63,7 @@ spec:
redis:
master:
persistence:
- subPath: "/redis"
+ subPath: "redis"
existingClaim: mailu-storage
admin:
tolerations: