Adds formbricks app.

This commit is contained in:
2026-06-19 21:33:01 +00:00
parent 8a2539e527
commit b42f048f5c
10 changed files with 301 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
version: 3.6.0-1
requires:
- name: postgres
- name: redis
defaultConfig:
namespace: formbricks
externalDnsDomain: "{{ .cloud.domain }}"
domain: formbricks.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
db:
host: "{{ .apps.postgres.host }}"
port: "{{ .apps.postgres.port }}"
name: formbricks
user: formbricks
redis:
host: "{{ .apps.redis.host }}"
defaultSecrets:
- key: dbPassword
- key: dbUrl
default: "postgresql://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host }}:{{ .app.db.port }}/{{ .app.db.name }}?sslmode=disable"
- key: nextauthSecret
- key: encryptionKey
- key: cronSecret
requiredSecrets:
- postgres.password
- redis.password