chore: Update manifests after change

This commit is contained in:
2025-12-15 21:52:49 +00:00
parent d3440ce485
commit c50eb649d4
4 changed files with 28 additions and 42 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: postgresql.cnpg.io/v1
kind: Database
metadata:
name: matrix-synapse-postgresql-18-cluster-mautrix-discord-database
namespace: matrix-synapse
labels:
app.kubernetes.io/name: matrix-synapse-postgresql-18-cluster-mautrix-discord-database
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/part-of: matrix-synapse
spec:
cluster:
name: matrix-synapse-postgresql-18-cluster
name: mautrix-discord
owner: app

View File

@@ -0,0 +1,14 @@
apiVersion: postgresql.cnpg.io/v1
kind: Database
metadata:
name: matrix-synapse-postgresql-18-cluster-mautrix-whatsapp-database
namespace: matrix-synapse
labels:
app.kubernetes.io/name: matrix-synapse-postgresql-18-cluster-mautrix-whatsapp-database
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/part-of: matrix-synapse
spec:
cluster:
name: matrix-synapse-postgresql-18-cluster
name: mautrix-whatsapp
owner: app

View File

@@ -1,21 +0,0 @@
apiVersion: postgresql.cnpg.io/v1
kind: Database
metadata:
name: matrix-synapse-postgresql-18-database-mautrix-discord
namespace: matrix-synapse
labels:
helm.sh/chart: postgres-18-cluster-7.1.1
app.kubernetes.io/name: matrix-synapse-postgresql-18
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/part-of: matrix-synapse
app.kubernetes.io/version: "7.1.1"
app.kubernetes.io/managed-by: Helm
spec:
name: mautrix-discord
cluster:
name: matrix-synapse-postgresql-18
ensure: present
owner: app
template: template1
encoding: UTF8
databaseReclaimPolicy: retain

View File

@@ -1,21 +0,0 @@
apiVersion: postgresql.cnpg.io/v1
kind: Database
metadata:
name: matrix-synapse-postgresql-18-database-mautrix-whatsapp
namespace: matrix-synapse
labels:
helm.sh/chart: postgres-18-cluster-7.1.1
app.kubernetes.io/name: matrix-synapse-postgresql-18
app.kubernetes.io/instance: matrix-synapse
app.kubernetes.io/part-of: matrix-synapse
app.kubernetes.io/version: "7.1.1"
app.kubernetes.io/managed-by: Helm
spec:
name: mautrix-whatsapp
cluster:
name: matrix-synapse-postgresql-18
ensure: present
owner: app
template: template1
encoding: UTF8
databaseReclaimPolicy: retain