central storage

This commit is contained in:
Waylon Walker 2024-02-11 21:05:05 -06:00
parent 92ae36aacd
commit 96b03e4b9d
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
3 changed files with 34 additions and 18 deletions

13
active/storage.yaml Normal file
View file

@ -0,0 +1,13 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
namespace: minecraft
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Mi
limits:
storage: 4Gi