adding prefix and non cnpg database
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
argocd:
|
||||
namespace: argocd
|
||||
project: default
|
||||
prefix: null
|
||||
requirements:
|
||||
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
||||
targetRevision: HEAD
|
||||
@@ -16,6 +17,7 @@ destination:
|
||||
|
||||
odoo:
|
||||
dbCluster:
|
||||
enable: true
|
||||
numInstances: 3
|
||||
size: 10Gi
|
||||
dataPvc:
|
||||
@@ -25,6 +27,15 @@ odoo:
|
||||
odooEmail: "admin@domain.net"
|
||||
resourcesPreset: "large"
|
||||
replicaCount: 1
|
||||
externalDatabase:
|
||||
host: odoo-db-rw
|
||||
port: 5432
|
||||
user: app
|
||||
database: app
|
||||
create: false
|
||||
passwordSecret:
|
||||
name: odoo-db-secret
|
||||
key: password
|
||||
|
||||
tailscaleIngresses:
|
||||
odooHostname: odoo
|
||||
Reference in New Issue
Block a user