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

17
pvc-inpsector.yaml Normal file
View file

@ -0,0 +1,17 @@
apiVersion: v1
kind: Pod
metadata:
name: pvc-inspector
namespace: superflat
spec:
containers:
- image: busybox
name: pvc-inspector
command: ["sleep", "3600"]
volumeMounts:
- mountPath: /data
name: data
volumes:
- name: data
persistentVolumeClaim:
claimName: data