Adds akaunting app.
This commit is contained in:
31
akaunting/versions/3/manifest.yaml
Normal file
31
akaunting/versions/3/manifest.yaml
Normal 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
|
||||
Reference in New Issue
Block a user