Re-enable nextcloud with encrypted volume
This commit is contained in:
parent
e8ec3afd29
commit
f1fdcceea7
2 changed files with 7 additions and 7 deletions
|
@ -45,11 +45,11 @@ helmApps:
|
||||||
repoURL: https://chartmuseum.github.io/charts
|
repoURL: https://chartmuseum.github.io/charts
|
||||||
chart: chartmuseum
|
chart: chartmuseum
|
||||||
revision: 3.10.1
|
revision: 3.10.1
|
||||||
# - app: nextcloud
|
- app: nextcloud
|
||||||
# namespace: nextcloud
|
namespace: nextcloud
|
||||||
# repoURL: https://nextcloud.github.io/helm/
|
repoURL: https://nextcloud.github.io/helm/
|
||||||
# chart: nextcloud
|
chart: nextcloud
|
||||||
# revision: 3.5.19
|
revision: 3.5.19
|
||||||
- app: wallabag
|
- app: wallabag
|
||||||
namespace: wallabag
|
namespace: wallabag
|
||||||
repoURL: https://k8s-at-home.com/charts/
|
repoURL: https://k8s-at-home.com/charts/
|
||||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
storageClassName: longhorn-retain
|
storageClassName: longhorn-encrypted-retain
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 10Gi
|
storage: 25Gi
|
||||||
|
|
Loading…
Reference in a new issue