Adds limesurvey app.

This commit is contained in:
2026-06-19 21:33:11 +00:00
parent 3e3b048f5b
commit d7a11b380c
10 changed files with 308 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
version: 6.17.5-1
requires:
- name: postgres
- name: smtp
defaultConfig:
namespace: limesurvey
externalDnsDomain: "{{ .cloud.domain }}"
domain: limesurvey.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
adminUser: admin
adminEmail: "{{ .operator.email }}"
db:
host: "{{ .apps.postgres.host }}"
port: "{{ .apps.postgres.port }}"
name: limesurvey
user: limesurvey
smtp:
host: "{{ .apps.smtp.host }}"
port: "{{ .apps.smtp.port }}"
from: "{{ .apps.smtp.from }}"
user: "{{ .apps.smtp.user }}"
defaultSecrets:
- key: adminPassword
- key: dbPassword
- key: smtpPassword
requiredSecrets:
- postgres.password