image: tag: 0.23.0 ###################### # 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 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: todos-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 ingress: main: enabled: false postgresql: enabled: false redis: enabled: false typesense: enabled: false