manage todos
This commit is contained in:
35
apps/todos/values.yaml
Normal file
35
apps/todos/values.yaml
Normal 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
|
Reference in New Issue
Block a user