feat: add new cluster and deployment configurations for multiple services

This commit is contained in:
Janik von Rotz 2025-10-30 09:18:26 +01:00
commit 17ac87d81f
No known key found for this signature in database
21 changed files with 126 additions and 0 deletions

12
odoo.knd.local.yaml Normal file
View file

@ -0,0 +1,12 @@
kind: deployment
ingress:
host: odoo.knd.local
initLogin: admin@example.com
addonsGitRepos:
# OCA Core repositories
- https://github.com/OCA/partner-contact.git#16.0
- https://github.com/OCA/server-tools.git#16.0
# Mint-System repositories
- https://github.com/Mint-System/Odoo-Apps-Server-Tools.git#16.0
staging:
enabled: true