43 lines
856 B
YAML
43 lines
856 B
YAML
argocd:
|
|
namespace: argocd
|
|
project: default
|
|
prefix: null
|
|
requirements:
|
|
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
|
targetRevision: HEAD
|
|
path: odoo-requirements
|
|
postinstall:
|
|
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
|
targetRevision: HEAD
|
|
path: odoo-postinstall
|
|
|
|
destination:
|
|
server: "https://kubernetes.default.svc"
|
|
namespace: odoo
|
|
|
|
odoo:
|
|
dbCluster:
|
|
enable: true
|
|
numInstances: 3
|
|
size: 10Gi
|
|
dataPvc:
|
|
name: odoo-data
|
|
storageClassName: ''
|
|
size: 40Gi
|
|
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
|
|
image:
|
|
debug: false
|
|
|
|
tailscaleIngresses:
|
|
odooHostname: odoo |