cluster

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

commit e9f901cbe442383bf53d6a1c97d6f542fdc0b044
parent e14a68105eec6427fdd208964eb7505603e414d5
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon,  4 Aug 2025 12:40:07 +0200

Prepare GTS

Diffstat:
Aapps/talos_cluster/namespaces/gotosocial.yaml | 4++++
Mapps/talos_cluster/namespaces/kustomization.yaml | 1+
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/namespaces/gotosocial.yaml b/apps/talos_cluster/namespaces/gotosocial.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: gotosocial diff --git a/apps/talos_cluster/namespaces/kustomization.yaml b/apps/talos_cluster/namespaces/kustomization.yaml @@ -9,3 +9,4 @@ resources: - actualbudget-server.yaml - collabora.yaml - flagger.yaml + - gotosocial.yaml