minecraft-tfg

This commit is contained in:
royalcat 2025-03-09 00:08:18 +04:00
parent 2174c3fae4
commit 03da1899fd
4 changed files with 111 additions and 0 deletions
minecraft

13
minecraft/tfg-pvc.yaml Normal file
View file

@ -0,0 +1,13 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: tfg-data
namespace: minecraft
labels:
app.kubernetes.io/name: tfg
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 15Gi