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
All threads resolved!
1 file
+ 18
14
Compare changes
  • Side-by-side
  • Inline
+ 18
14
@@ -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:
@@ -35,9 +39,9 @@ mariadb:
onlyoffice:
# Default values for onlyoffice.
replicaCount: 1
jwtSecret: "secret"
# Port of onlyoffice server inside docker container.
@@ -45,21 +49,21 @@ onlyoffice:
# URL to the server running onlyoffice, replace this with your own domain!
server_name: onlyoffice.domain
image:
repository: infrarednetwork/onlyoffice-documentserver
tag: 5.4.0-2-1
pullPolicy: Always
strategy: Recreate
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 9980
ingress:
enabled: false
annotations:
@@ -67,7 +71,7 @@ onlyoffice:
paths: []
hosts: []
tls: []
resources: {}
# limits:
# cpu: 100m
@@ -75,15 +79,15 @@ onlyoffice:
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
securityContext: {}
affinity: {}
livenessProbe:
enabled: true
initialDelaySeconds: 120
@@ -91,7 +95,7 @@ onlyoffice:
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
enabled: true
initialDelaySeconds: 30
Loading