feat: update reiso.exo.mintcloud.ch deployment with staging issuer and additional Python dependencies
- Switch clusterIssuerRef from 'letsencrypt-http-prod' to 'letsencrypt-http-staging' - Add pythonInstall list with multiple packages including prometheus-client, meilisearch, fastapi, etc. - Maintain existing storage class, ingress, image, addonsGitRepos, and init configurations
This commit is contained in:
parent
f328c33d0c
commit
96b7bb2236
1 changed files with 14 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ storageClassName: exoscale-sbs
|
||||||
ingress:
|
ingress:
|
||||||
host: reiso.exo.mintcloud.ch
|
host: reiso.exo.mintcloud.ch
|
||||||
customDomain: reiso.socialcloud.ch
|
customDomain: reiso.socialcloud.ch
|
||||||
clusterIssuerRef: letsencrypt-http-prod
|
clusterIssuerRef: letsencrypt-http-staging
|
||||||
image: mintsystem/odoo:18.0.20251106
|
image: mintsystem/odoo:18.0.20251106
|
||||||
downloadOdooEnterprise: true
|
downloadOdooEnterprise: true
|
||||||
addonsGitRepos:
|
addonsGitRepos:
|
||||||
|
|
@ -35,6 +35,19 @@ addonsGitRepos:
|
||||||
- https://github.com/OCA/hr-attendance.git#18.0
|
- https://github.com/OCA/hr-attendance.git#18.0
|
||||||
- https://github.com/OCA/server-env.git#18.0
|
- https://github.com/OCA/server-env.git#18.0
|
||||||
- https://github.com/sozialinfo/odoo-apps-sozialinfo.git#18.0
|
- https://github.com/sozialinfo/odoo-apps-sozialinfo.git#18.0
|
||||||
|
pythonInstall:
|
||||||
|
- astor
|
||||||
|
- prometheus-client
|
||||||
|
- meilisearch
|
||||||
|
- pyuploadcare
|
||||||
|
- python-multipart
|
||||||
|
- ujson
|
||||||
|
- a2wsgi
|
||||||
|
- parse-accept-language
|
||||||
|
- pyjwt
|
||||||
|
- shortuuid
|
||||||
|
- fastapi
|
||||||
|
- python-jose
|
||||||
init:
|
init:
|
||||||
login: david.bruehlmeier@sozialinfo.ch
|
login: david.bruehlmeier@sozialinfo.ch
|
||||||
password: se3uLohzaR
|
password: se3uLohzaR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue