From 96b7bb223643ef930c7a889a730e737d52572401 Mon Sep 17 00:00:00 2001 From: Janik von Rotz Date: Thu, 13 Nov 2025 21:38:32 +0100 Subject: [PATCH 1/2] 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 From ce28d724fa608b8fa170ee127801a7a3e7601f41 Mon Sep 17 00:00:00 2001 From: Janik von Rotz Date: Fri, 14 Nov 2025 08:48:26 +0100 Subject: [PATCH 2/2] feat: switch reiso.exo.mintcloud.ch to production Let's Encrypt issuer and set workers for korporation.chk.mintcloud.ch - Update clusterIssuerRef from 'letsencrypt-http-staging' to 'letsencrypt-http-prod' for reiso.exo.mintcloud.ch - Add workers: 2 to korporation.chk.mintcloud.ch deployment configuration --- korporation.chk.mintcloud.ch.yaml | 1 + reiso.exo.mintcloud.ch.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/korporation.chk.mintcloud.ch.yaml b/korporation.chk.mintcloud.ch.yaml index 5b6a39f..eb2c69b 100644 --- a/korporation.chk.mintcloud.ch.yaml +++ b/korporation.chk.mintcloud.ch.yaml @@ -8,6 +8,7 @@ ingress: image: mintsystem/odoo:18.0.20251021 storageClassName: csi-cinder-sc-retain downloadOdooEnterprise: true +workers: 2 init: login: laura.honegger@korporation.ch password: 8MiPifRR diff --git a/reiso.exo.mintcloud.ch.yaml b/reiso.exo.mintcloud.ch.yaml index ba524e8..cd87acc 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-staging + clusterIssuerRef: letsencrypt-http-prod image: mintsystem/odoo:18.0.20251106 downloadOdooEnterprise: true addonsGitRepos: