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
This commit is contained in:
parent
320cb5d3ca
commit
871c930d21
6 changed files with 16 additions and 13 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
kind: cluster
|
|
||||||
alias: loc
|
|
||||||
|
|
@ -2,6 +2,7 @@ kind: deployment
|
||||||
ingress:
|
ingress:
|
||||||
host: "odoo.axo.mintcloud.ch"
|
host: "odoo.axo.mintcloud.ch"
|
||||||
className: haproxy
|
className: haproxy
|
||||||
|
image: mintsystem/odoo:18.0.20251021
|
||||||
vshnPostgres:
|
vshnPostgres:
|
||||||
enabled: true
|
enabled: true
|
||||||
client:
|
client:
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
13
tellspiele.chk.mintcloud.ch.yaml
Normal file
13
tellspiele.chk.mintcloud.ch.yaml
Normal file
|
|
@ -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
|
||||||
|
|
@ -3,6 +3,7 @@ ingress:
|
||||||
host: "zita-haus.chk.mintcloud.ch"
|
host: "zita-haus.chk.mintcloud.ch"
|
||||||
customDomain: "zita.haus"
|
customDomain: "zita.haus"
|
||||||
clusterIssuerRef: letsencrypt-http-prod
|
clusterIssuerRef: letsencrypt-http-prod
|
||||||
storageClassName: csi-cinder-sc-retain
|
image: mintsystem/odoo:18.0.20251021
|
||||||
addonsGitRepos:
|
addonsGitRepos:
|
||||||
- https://github.com/odoo/design-themes.git#18.0
|
- https://github.com/odoo/design-themes.git#18.0
|
||||||
|
storageClassName: csi-cinder-sc-retain
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue