manage todos

This commit is contained in:
2024-03-24 15:31:59 +01:00
parent 6ceb3816fb
commit 6fe166e60c
7 changed files with 104 additions and 0 deletions

35
apps/todos/values.yaml Normal file
View File

@@ -0,0 +1,35 @@
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