cluster

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

commit 53d07e3a4cbeb9b292753bf0de78404f5ca50850
parent 25efe3d396f6e3f6b16f58866c6055d142f1f63d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat,  1 Apr 2023 16:20:30 +0200

rename postgres matrix cluster and fix some ui settings

Diffstat:
Mapps/production/postgres-operator-values.yaml | 4+++-
Minfrastructure/configs/postgres-clusters.yaml | 7+++----
2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/apps/production/postgres-operator-values.yaml b/apps/production/postgres-operator-values.yaml @@ -25,8 +25,10 @@ spec: values: envs: teams: + - "midnightthoughts" - "matrix" - targetNamespace: postgres-operator + superuser_team: "midnightthoughts" + targetNamespace: "*" operatorClusterNameLabel: "midnightthoughts" ingress: enabled: true diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -4,7 +4,7 @@ kind: postgresql metadata: labels: team: matrix - name: matrix + name: matrix-postgres-cluster namespace: matrix spec: allowedSourceRanges: [] @@ -14,7 +14,7 @@ spec: enableReplicaConnectionPooler: true numberOfInstances: 2 postgresql: - version: '15' + version: "15" parameters: password_encryption: scram-sha-256 resources: @@ -30,4 +30,4 @@ spec: volume: iops: 3000 size: 10Gi - throughput: 125 -\ No newline at end of file + throughput: 125