summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-11-03 20:59:13 +0300
committerAndrew Dolgov <[email protected]>2023-11-03 20:59:13 +0300
commita7c8ee9956862a6e204de690673c631b68dbb08c (patch)
treeb97ad8022b9a5f3c7d0b5b843f8b90d21605089e
parent4af9532e241bf90589464459ed5780916394f31d (diff)
add demo helm values
-rw-r--r--.helm/values-demo.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.helm/values-demo.yaml b/.helm/values-demo.yaml
new file mode 100644
index 0000000..52294b3
--- /dev/null
+++ b/.helm/values-demo.yaml
@@ -0,0 +1,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 * * *"