cluster

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

commit da512b9ee2fab35ce17452bb585f1a31c4689abc
parent 0caf0ea47f99526fdaf6b3969abf1a61388ec3cd
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon,  4 Aug 2025 15:58:25 +0200

Migrate freshrss

Diffstat:
Aapps/talos_cluster/namespaces/freshrss.yaml | 8++++++++
Mapps/talos_cluster/namespaces/kustomization.yaml | 1+
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/namespaces/freshrss.yaml b/apps/talos_cluster/namespaces/freshrss.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: freshrss + labels: + pod-security.kubernetes.io/audit: privileged + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/warn: privileged diff --git a/apps/talos_cluster/namespaces/kustomization.yaml b/apps/talos_cluster/namespaces/kustomization.yaml @@ -11,3 +11,4 @@ resources: - flagger.yaml - gotosocial.yaml - continuwuity.yaml + - freshrss.yaml