nextcloud:
  # Disable use of internal database
  internalDatabase:
    enabled: false

  # Enable and configure MariaDB chart
  mariadb:
    enabled: true

# Necessary so the chart gets installed (because the requirements.yaml has a
# condition: `condition: mariadb.enabled`
# Follow https://github.com/helm/helm/issues/5135 for more info
mariadb:
  enabled: true

# Increase delay for liveness probe because it is too low (awaiting
# https://github.com/helm/charts/pull/13311)
collabora-code:
  livenessProbe:
    initialDelaySeconds: 90