cluster

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

commit 97c08c7c43bf762c4200c2e0f326a83d2d399409
parent 2f90729fa64681bfac277b2e44cdeef4b81f048a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 27 Sep 2024 01:31:08 +0200

Increase the sizes of the mastodon claims since they ran nearly out of money

Diffstat:
Mapps/base/mastodon/pvcs.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/mastodon/pvcs.yaml b/apps/base/mastodon/pvcs.yaml @@ -7,7 +7,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 5Gi + storage: 10Gi --- apiVersion: v1 kind: PersistentVolumeClaim @@ -18,4 +18,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 5Gi + storage: 15Gi