feat: add new cluster and deployment configurations for multiple services
This commit is contained in:
commit
17ac87d81f
21 changed files with 126 additions and 0 deletions
12
odoo.knd.local.yaml
Normal file
12
odoo.knd.local.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue