From 96b7bb223643ef930c7a889a730e737d52572401 Mon Sep 17 00:00:00 2001 From: Janik von Rotz Date: Thu, 13 Nov 2025 21:38:32 +0100 Subject: [PATCH] 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 --- reiso.exo.mintcloud.ch.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/reiso.exo.mintcloud.ch.yaml b/reiso.exo.mintcloud.ch.yaml index 00d8ac8..ba524e8 100644 --- a/reiso.exo.mintcloud.ch.yaml +++ b/reiso.exo.mintcloud.ch.yaml @@ -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