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:
|
||||
host: reiso.exo.mintcloud.ch
|
||||
customDomain: reiso.socialcloud.ch
|
||||
clusterIssuerRef: letsencrypt-http-prod
|
||||
clusterIssuerRef: letsencrypt-http-staging
|
||||
image: mintsystem/odoo:18.0.20251106
|
||||
downloadOdooEnterprise: true
|
||||
addonsGitRepos:
|
||||
|
|
@ -35,6 +35,19 @@ addonsGitRepos:
|
|||
- https://github.com/OCA/hr-attendance.git#18.0
|
||||
- https://github.com/OCA/server-env.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:
|
||||
login: david.bruehlmeier@sozialinfo.ch
|
||||
password: se3uLohzaR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue