Adds librebooking app.
This commit is contained in:
20
librebooking/versions/3/manifest.yaml
Normal file
20
librebooking/versions/3/manifest.yaml
Normal 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
|
||||
Reference in New Issue
Block a user