From 871c930d219e3fd54b8fb899261cfe0e7b47811f Mon Sep 17 00:00:00 2001 From: Janik von Rotz Date: Wed, 12 Nov 2025 17:20:31 +0100 Subject: [PATCH] feat: update deployment configurations and remove obsolete local setup - Rename axo.mintcloud.yaml to axo.mintcloud.ch.yaml - Remove knd.local.yaml and restic.knd.local.yaml - Add image version to odoo.axo.mintcloud.ch.yaml and zita-haus.chk.mintcloud.ch.yaml - Add new deployment configuration for tellspiele.chk.mintcloud.ch.yaml with k8up backup settings --- axo.mintcloud.yaml => axo.mintcloud.ch.yaml | 0 knd.local.yaml | 2 -- odoo.axo.mintcloud.ch.yaml | 1 + restic.knd.local.yaml | 10 ---------- tellspiele.chk.mintcloud.ch.yaml | 13 +++++++++++++ zita-haus.chk.mintcloud.ch.yaml | 3 ++- 6 files changed, 16 insertions(+), 13 deletions(-) rename axo.mintcloud.yaml => axo.mintcloud.ch.yaml (100%) delete mode 100644 knd.local.yaml delete mode 100644 restic.knd.local.yaml create mode 100644 tellspiele.chk.mintcloud.ch.yaml diff --git a/axo.mintcloud.yaml b/axo.mintcloud.ch.yaml similarity index 100% rename from axo.mintcloud.yaml rename to axo.mintcloud.ch.yaml diff --git a/knd.local.yaml b/knd.local.yaml deleted file mode 100644 index 44db419..0000000 --- a/knd.local.yaml +++ /dev/null @@ -1,2 +0,0 @@ -kind: cluster -alias: loc diff --git a/odoo.axo.mintcloud.ch.yaml b/odoo.axo.mintcloud.ch.yaml index 808d057..cf97823 100644 --- a/odoo.axo.mintcloud.ch.yaml +++ b/odoo.axo.mintcloud.ch.yaml @@ -2,6 +2,7 @@ kind: deployment ingress: host: "odoo.axo.mintcloud.ch" className: haproxy +image: mintsystem/odoo:18.0.20251021 vshnPostgres: enabled: true client: diff --git a/restic.knd.local.yaml b/restic.knd.local.yaml deleted file mode 100644 index 6f3a29e..0000000 --- a/restic.knd.local.yaml +++ /dev/null @@ -1,10 +0,0 @@ -kind: deployment -image: mintsystem/odoo:18.0.20251008 -ingress: - host: restic.knd.local -staging: - enabled: true -k8up: - enabled: true - endpoint: https://sos-ch-gva-2.exo.io - bucket: k8up.mintcloud.ch diff --git a/tellspiele.chk.mintcloud.ch.yaml b/tellspiele.chk.mintcloud.ch.yaml new file mode 100644 index 0000000..cd23d6d --- /dev/null +++ b/tellspiele.chk.mintcloud.ch.yaml @@ -0,0 +1,13 @@ +kind: deployment +staging: + enabled: true +ingress: + host: tellspiele.chk.mintcloud.ch + customDomain: tellspiele.mintsys.ch + clusterIssuerRef: letsencrypt-http-prod +image: nextcloud:32-apache +storageClassName: csi-cinder-sc-retain +k8up: + enabled: true + endpoint: https://sos-ch-gva-2.exo.io + bucket: k8up.mintcloud.ch diff --git a/zita-haus.chk.mintcloud.ch.yaml b/zita-haus.chk.mintcloud.ch.yaml index a080d5f..8c7abca 100644 --- a/zita-haus.chk.mintcloud.ch.yaml +++ b/zita-haus.chk.mintcloud.ch.yaml @@ -3,6 +3,7 @@ ingress: host: "zita-haus.chk.mintcloud.ch" customDomain: "zita.haus" clusterIssuerRef: letsencrypt-http-prod -storageClassName: csi-cinder-sc-retain +image: mintsystem/odoo:18.0.20251021 addonsGitRepos: - https://github.com/odoo/design-themes.git#18.0 +storageClassName: csi-cinder-sc-retain