This commit is contained in:
2025-07-26 09:50:27 +02:00
parent 428158931d
commit 0660e32bb2
10 changed files with 162 additions and 24 deletions

17
storage/pod-test.yaml Normal file
View File

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