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