cluster

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

commit 27cb19903c6356975d4c4f124fa8dfb53095e1ad
parent 4c8b294e3b868fd719e8d8bf8867469dedc10a2f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 23 Oct 2024 19:32:58 +0200

Fix pvc

Diffstat:
Minfrastructure/configs/postgres-clusters.yaml | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -125,6 +125,21 @@ spec: synchronous_mode: false #synchronous_mode: true --- +kind: PersistentVolumeClaim +apiVersion: v1 +metadata: + name: storagebox-pvc + namespace: k8up + annotations: + k8up.io/backup: false +spec: + accessModes: + - ReadWriteMany + resources: + requests: + storage: 700Gi + storageClassName: smb-storagebox +--- apiVersion: k8up.io/v1 kind: Schedule metadata: