commit 989ac43c4454f7f198e1721cedbda3fd1fffe439 parent 0ff3f8987dbf4c356264dfb0f9074787ad179db8 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:16:33 +0200 Migrate ntfy Diffstat:
| M | apps/talos_cluster/namespaces/ntfy.yaml | | | 5 | ----- |
| M | apps/talos_cluster/ntfy/kustomization.yaml | | | 4 | ++-- |
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/apps/talos_cluster/namespaces/ntfy.yaml b/apps/talos_cluster/namespaces/ntfy.yaml @@ -2,8 +2,3 @@ apiVersion: v1 kind: Namespace metadata: name: ntfy - - 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/ntfy/kustomization.yaml b/apps/talos_cluster/ntfy/kustomization.yaml @@ -3,8 +3,8 @@ kind: Kustomization namespace: ntfy resources: - pvc.yaml - #- release.yaml + - release.yaml configMapGenerator: - name: ntfy-config files: - - ntfy.yml + - ntfy.yml