summaryrefslogtreecommitdiff
path: root/.helm/values-demo.yaml
blob: 52294b3dd62f1f43bc0d647cf6c77554c460f07c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
imageTag: latest

user:
  name: demo
  password: demo

web:
  root: /var/www/html/books
  base: ""

virtualservice:
  suffix: k3s.kake
  additional_domains:
    - the-epube-demo.tt-rss.org

restart:
  enabled: true
  schedule: "0 */6 * * *"