Adds bookstack app.

This commit is contained in:
2026-06-19 21:29:35 +00:00
parent c2493dc58a
commit 78ac8d0cbb
10 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
version: 26.05.1-2
requires:
- name: mysql
- name: smtp
defaultConfig:
namespace: bookstack
externalDnsDomain: '{{ .cloud.domain }}'
domain: bookstack.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
db:
host: '{{ .apps.mysql.host }}'
port: '3306'
name: bookstack
user: bookstack
smtp:
host: '{{ .apps.smtp.host }}'
port: '{{ .apps.smtp.port }}'
from: '{{ .apps.smtp.from }}'
user: '{{ .apps.smtp.user }}'
defaultSecrets:
- key: appKey
- key: dbPassword
- key: smtpPassword
requiredSecrets:
- mysql.rootPassword