Adds akaunting app.

This commit is contained in:
2026-06-19 21:29:14 +00:00
parent 319ec01f0c
commit b95586e74b
10 changed files with 324 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
version: 3.1.21-1
requires:
- name: mysql
- name: smtp
defaultConfig:
namespace: akaunting
externalDnsDomain: '{{ .cloud.domain }}'
domain: akaunting.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
locale: en-US
dbPrefix: aka_
companyName: My Company
companyEmail: '{{ .operator.email }}'
adminEmail: '{{ .operator.email }}'
db:
host: '{{ .apps.mysql.host }}'
port: "3306"
name: akaunting
user: akaunting
smtp:
host: '{{ .apps.smtp.host }}'
port: '{{ .apps.smtp.port }}'
from: '{{ .apps.smtp.from }}'
user: '{{ .apps.smtp.user }}'
defaultSecrets:
- key: dbPassword
- key: adminPassword
- key: smtpPassword
requiredSecrets:
- mysql.rootPassword