cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit c9640686da2782349553e985c3a3df232ca7e9f7
parent b38f3dd730c0e08a7213050144b5109f8c7bfc38
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed,  1 Oct 2025 11:24:11 +0200

prepare mailmain

Diffstat:
Minfrastructure_talos/configs/cnpg-cluster.yaml | 20+++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/infrastructure_talos/configs/cnpg-cluster.yaml b/infrastructure_talos/configs/cnpg-cluster.yaml @@ -237,11 +237,17 @@ spec: passwordSecret: name: grafana-ro - name: harbor - ensure: present + ensure: absent login: true superuser: false passwordSecret: name: harbor + - name: mailman + ensure: present + login: true + superuser: false + passwordSecret: + name: mailman storage: storageClass: hcloud-volumes size: 15Gi @@ -419,6 +425,18 @@ metadata: spec: name: harbor owner: harbor + ensure: absent + cluster: + name: pg-cluster-v2 +--- +apiVersion: postgresql.cnpg.io/v1 +kind: Database +metadata: + name: mailman + namespace: postgres-cluster +spec: + name: mailman + owner: mailman ensure: present cluster: name: pg-cluster-v2