From 1ea2f49add1d43a47ca4f6e1a15eb64768e4af3c Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 16 Dec 2025 22:07:04 +0000 Subject: [PATCH] Automated Manifest Update (#2597) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Co-authored-by: Alex Lebens Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2597 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- clusters/cl01tl/manifests/booklore/Namespace-booklore.yaml | 3 +++ clusters/cl01tl/manifests/rook-ceph/CephCluster-rook-ceph.yaml | 2 +- ....yaml => VolumeSnapshotClass-ceph-filesystem-snapshot.yaml} | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) rename clusters/cl01tl/manifests/rook-ceph/{VolumeSnapshotClass-ceph-filesystem.yaml => VolumeSnapshotClass-ceph-filesystem-snapshot.yaml} (92%) diff --git a/clusters/cl01tl/manifests/booklore/Namespace-booklore.yaml b/clusters/cl01tl/manifests/booklore/Namespace-booklore.yaml index c6a1f2477..2c11860c2 100644 --- a/clusters/cl01tl/manifests/booklore/Namespace-booklore.yaml +++ b/clusters/cl01tl/manifests/booklore/Namespace-booklore.yaml @@ -8,3 +8,6 @@ metadata: app.kubernetes.io/name: booklore app.kubernetes.io/instance: booklore app.kubernetes.io/part-of: booklore + pod-security.kubernetes.io/audit: privileged + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/warn: privileged diff --git a/clusters/cl01tl/manifests/rook-ceph/CephCluster-rook-ceph.yaml b/clusters/cl01tl/manifests/rook-ceph/CephCluster-rook-ceph.yaml index 330648f4c..04fc3ce75 100644 --- a/clusters/cl01tl/manifests/rook-ceph/CephCluster-rook-ceph.yaml +++ b/clusters/cl01tl/manifests/rook-ceph/CephCluster-rook-ceph.yaml @@ -53,7 +53,7 @@ spec: periodicity: daily mgr: allowMultiplePerNode: false - count: 0 + count: 1 modules: - enabled: true name: pg_autoscaler diff --git a/clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem.yaml b/clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem-snapshot.yaml similarity index 92% rename from clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem.yaml rename to clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem-snapshot.yaml index 7b7f4ad55..0878c0a20 100644 --- a/clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem.yaml +++ b/clusters/cl01tl/manifests/rook-ceph/VolumeSnapshotClass-ceph-filesystem-snapshot.yaml @@ -1,7 +1,7 @@ kind: VolumeSnapshotClass apiVersion: snapshot.storage.k8s.io/v1 metadata: - name: ceph-filesystem + name: ceph-filesystem-snapshot annotations: snapshot.storage.kubernetes.io/is-default-class: "false" driver: rook-ceph.cephfs.csi.ceph.com