Skip to content
Snippets Groups Projects
values.yaml 540 B
Newer Older
nextcloud:
  # Disable use of internal database
  internalDatabase:
    enabled: false

  # Enable and configure MariaDB chart
  mariadb:
    enabled: true
Maarten de Waard's avatar
Maarten de Waard committed

# 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