Skip to content
Snippets Groups Projects
Verified Commit 8306a2e8 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

test updated Nextcloud chart, also add persistence for OOs postgresql

parent 06959c9b
No related branches found
No related tags found
No related merge requests found
...@@ -24,3 +24,16 @@ spec: ...@@ -24,3 +24,16 @@ spec:
requests: requests:
storage: 512Mi storage: 512Mi
storageClassName: local-path storageClassName: local-path
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: nextcloud-postgresql
spec:
accessModes:
- ReadWriteOnce
volumeMode: Filesystem
resources:
requests:
storage: 512Mi
storageClassName: local-path
...@@ -156,6 +156,9 @@ spec: ...@@ -156,6 +156,9 @@ spec:
requests: requests:
cpu: 200m cpu: 200m
memory: 128Mi memory: 128Mi
persistence:
enabled: true
existingClaim: "nextcloud-postgresql"
rabbitmq: rabbitmq:
rabbitmq: rabbitmq:
......
...@@ -13,4 +13,5 @@ spec: ...@@ -13,4 +13,5 @@ spec:
# For all available options, see: # For all available options, see:
# https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef # https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
ref: ref:
tag: 0.2.7 # tag: 0.2.7
branch: 967-prevent-loss-of-onlyoffice-documents
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment