feat: update korporation.chk.mintcloud.ch deployment with new image, custom domain, and addons
- Update image to mintsystem/odoo:18.0.20251121 - Change customDomain to strahlnerpatente.korporation.ch - Add four new addonsGitRepos for partner, sale, website, and thirdparty modules - Preserve staging.enabled and add staging.reset: false - Maintain existing init credentials and storage configuration
This commit is contained in:
parent
68793f8055
commit
b79a7c1d63
1 changed files with 10 additions and 4 deletions
|
|
@ -1,14 +1,20 @@
|
||||||
kind: deployment
|
kind: deployment
|
||||||
staging:
|
|
||||||
enabled: true
|
|
||||||
ingress:
|
ingress:
|
||||||
host: korporation.chk.mintcloud.ch
|
host: korporation.chk.mintcloud.ch
|
||||||
customDomain: odoo.korporation.ch
|
customDomain: strahlnerpatente.korporation.ch
|
||||||
clusterIssuerRef: letsencrypt-http-prod
|
clusterIssuerRef: letsencrypt-http-prod
|
||||||
image: mintsystem/odoo:18.0.20251021
|
image: mintsystem/odoo:18.0.20251121
|
||||||
storageClassName: csi-cinder-sc-retain
|
storageClassName: csi-cinder-sc-retain
|
||||||
downloadOdooEnterprise: true
|
downloadOdooEnterprise: true
|
||||||
|
addonsGitRepos:
|
||||||
|
- https://gitlab.com/Mint-System/Odoo-Apps-Thirdparty#18.0
|
||||||
|
- https://github.com/OCA/partner-contact#18.0
|
||||||
|
- https://github.com/Mint-System/Odoo-Apps-Sale-Workflow#18.0
|
||||||
|
- https://github.com/Mint-System/Odoo-Apps-Website#18.0
|
||||||
workers: 2
|
workers: 2
|
||||||
|
staging:
|
||||||
|
enabled: true
|
||||||
|
reset: false
|
||||||
init:
|
init:
|
||||||
login: laura.honegger@korporation.ch
|
login: laura.honegger@korporation.ch
|
||||||
password: 8MiPifRR
|
password: 8MiPifRR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue