Adds librebooking app.

This commit is contained in:
2026-06-19 21:33:08 +00:00
parent 347c4e0c90
commit 3e3b048f5b
10 changed files with 286 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
version: 3.3.7-1
requires:
- name: mysql
defaultConfig:
namespace: librebooking
externalDnsDomain: "{{ .cloud.domain }}"
domain: booking.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
timezone: UTC
db:
host: "{{ .apps.mysql.host }}"
port: "3306"
name: librebooking
user: librebooking
defaultSecrets:
- key: dbPassword
- key: installPassword
requiredSecrets:
- mysql.rootPassword