diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index 0ecf033..34f9129 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -103,8 +103,16 @@ nextcloud: - name: it-storage persistentVolumeClaim: claimName: itstorage-storage-limbosolutions-com + + - name: mf-nexcloud + persistentVolumeClaim: + claimName: mf-nexcloud-storage-limbosolutions-com + extraVolumeMounts: + - name: mf-nexcloud + mountPath: /var/www/html/data/marcio.fernandes/files + - name: mf-documents mountPath: /var/www/html/data/marcio.fernandes/files/Documents diff --git a/persistance-volumes-claims.yaml b/persistance-volumes-claims.yaml index dd6dafb..6fcfaf6 100644 --- a/persistance-volumes-claims.yaml +++ b/persistance-volumes-claims.yaml @@ -93,4 +93,20 @@ spec: resources: requests: storage: 64Gi +--- + + +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: mf-nexcloud-storage-limbosolutions-com + namespace: cloud-limbosolutions-com +spec: + storageClassName: "" # isto tem mesmo de ficar senão não funciona não sei pq.. tem de ficar "" + volumeName: mf-nexcloud-storage-limbosolutions-com + accessModes: + - ReadWriteMany + resources: + requests: + storage: 64Gi --- \ No newline at end of file