cluster

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

commit 3ef931724319cf2357c6e81f9bf95e45806eed78
parent 4bd6da68bd553e48c8cf556d11992c57a337e730
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sun,  3 Aug 2025 20:45:20 +0200

Fix monitoring

Diffstat:
Mapps/talos_cluster/namespaces/monitoring.yaml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/namespaces/monitoring.yaml b/apps/talos_cluster/namespaces/monitoring.yaml @@ -2,3 +2,7 @@ apiVersion: v1 kind: Namespace metadata: name: monitoring + labels: + pod-security.kubernetes.io/audit: privileged + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/warn: privileged