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