cluster

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

commit f8dbfa4caab6437021e7d0a732bb8730f1601a7f
parent 518c0661ef9056fb61d438daea83082d63e5330c
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Tue, 14 Oct 2025 19:21:54 +0200

create blog namespace

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

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

diff --git a/apps/talos_cluster/namespaces/blog.yaml b/apps/talos_cluster/namespaces/blog.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: blog diff --git a/apps/talos_cluster/namespaces/kustomization.yaml b/apps/talos_cluster/namespaces/kustomization.yaml @@ -19,3 +19,4 @@ resources: - statistics.yaml - harbor.yaml - cgit.yaml + - blog.yaml