k3s-infra/apps/todos/values.yaml
2024-03-24 15:31:59 +01:00

36 lines
539 B
YAML

api:
persistence:
data:
enabled: true
existingClaim: todos-nfs
# config:
# type: secret
# name: config.yml#
redis:
enabled: false
postgresql:
enabled: false
config:
log:
level: ERROR
cache:
enabled: false
db:
type: sqlite
# host: ""
# user: ""
# password: ""
# database: ""
# existingSecret: ""
# secretKeys:
# dbPasswordKey: user-password
publicUrl: https://todos.kluster.moll.re
registration: true
linkSharing: true
taskAttachments: true