######################
# VIKUNJA COMPONENTS #
######################
# You can find the default values that this `values.yaml` overrides, in the comment at the top of this file.
api:
  enabled: true
  image:
    tag: 0.22.1
  persistence:
    # This is your Vikunja data will live, you can either let
    # the chart create a new PVC for you or provide an existing one.
    data:
      enabled: true
      existingClaim: data
      accessMode: ReadWriteOnce
      size: 10Gi
      mountPath: /app/vikunja/files

  ingress:
    main:
      enabled: false

  configMaps:
    # The configuration for Vikunja's api.
    # https://vikunja.io/docs/config-options/
    config:
      enabled: true
      data:
        config.yml: |
          service:
              frontendUrl: https://todos.kluster.moll.re
          database:
            type: sqlite
            path: /app/vikunja/files/vikunja.db
          registration: false
  env:

frontend:
  enabled: true
  image:
    tag: 0.22.1
  ingress:
    main:
      enabled: false

postgresql:
  enabled: false
redis:
  enabled: false
typesense:
  enabled: false