Skip to content
Snippets Groups Projects
Verified Commit d6e6ecc2 authored by Varac's avatar Varac
Browse files

Add mariadb.volumePermissions.image.pullPolicy

This fixes https://open.greenhost.net/openappstack/nextcloud/issues/28#note_7070
parent 92af84da
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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