commit 7186744a955a399883d53b82b1541d798dce79ca parent 17aff2d9a28ea5d91a8921beb92808a6a96a6fef Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 6 May 2024 11:47:18 +0200 Prepare mastodon Diffstat:
| M | apps/2024_cluster/namespaces/kustomization.yaml | | | 1 | + |
| A | apps/2024_cluster/namespaces/mastodon.yaml | | | 4 | ++++ |
| M | infrastructure/configs/postgres-clusters.yaml | | | 4 | ++-- |
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/apps/2024_cluster/namespaces/kustomization.yaml b/apps/2024_cluster/namespaces/kustomization.yaml @@ -8,3 +8,4 @@ resources: - authentik.yaml - traefik-ingress.yaml - vaultwarden.yaml + - mastodon.yaml diff --git a/apps/2024_cluster/namespaces/mastodon.yaml b/apps/2024_cluster/namespaces/mastodon.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: mastodon diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -19,15 +19,15 @@ spec: d4all: draupnir_synapse authentik: authentik ejabberd: ejabberd - mailu: mailu vaultwarden: vaultwarden + mastodon: mastodon users: synapse: [] draupnir_synapse: [] authentik: [] ejabberd: [] - mailu: [] vaultwarden: [] + mastodon: [] numberOfInstances: 3 resources: requests: