Externalize networking (welcome Wild Central!)

This commit is contained in:
2026-07-10 03:49:38 +00:00
parent bb5a76b864
commit dc5518b57f
143 changed files with 691 additions and 1379 deletions

View File

@@ -1,20 +1,18 @@
version: 3.3.7-1
version: 3.3.7-2
requires:
- name: mysql
- 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"
host: '{{ .apps.mysql.host }}'
port: '3306'
name: librebooking
user: librebooking
defaultSecrets:
- key: dbPassword
- key: installPassword
- key: dbPassword
- key: installPassword
requiredSecrets:
- mysql.rootPassword
- mysql.rootPassword