Skip to content
Snippets Groups Projects

Resolve "Update nextcloud dependency charts to work with k8s 1.16"

Merged Varac requested to merge 28-update-nextcloud-dependency-charts-to-work-with-k8s-1-16 into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -7,6 +7,10 @@ nextcloud:
# Enable and configure MariaDB chart
mariadb:
enabled: true
# Needed to fix https://open.greenhost.net/openappstack/nextcloud/issues/28#note_7070
volumePermissions:
image:
pullSecrets: []
# Use 2 GB of storage for NC storage (maybe make configurable later?)
persistence:
@@ -91,6 +95,7 @@ onlyoffice:
periodSeconds: 10
successThreshold: 1
failureThreshold: 20
failureThreshold: 3
readinessProbe:
enabled: true
Loading