Adds odoo app.

This commit is contained in:
2026-06-19 21:33:17 +00:00
parent 8f8d3f7680
commit a3dafa925b
11 changed files with 345 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
version: 18.0-2
requires:
- name: postgres
defaultConfig:
namespace: odoo
externalDnsDomain: "{{ .cloud.domain }}"
domain: odoo.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
db:
host: "{{ .apps.postgres.host }}"
port: "{{ .apps.postgres.port }}"
name: odoo
user: odoo
defaultSecrets:
- key: dbPassword
- key: adminPassword
requiredSecrets:
- postgres.password