Adds baserow app.

This commit is contained in:
2026-06-19 21:29:25 +00:00
parent b95586e74b
commit c2493dc58a
10 changed files with 297 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
version: 2.2.2-1
requires:
- name: postgres
- name: redis
defaultConfig:
namespace: baserow
externalDnsDomain: "{{ .cloud.domain }}"
domain: baserow.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
db:
host: "{{ .apps.postgres.host }}"
port: "5432"
name: baserow
user: baserow
redis:
host: "{{ .apps.redis.host }}"
defaultSecrets:
- key: dbPassword
- key: secretKey
requiredSecrets:
- postgres.password
- redis.password