blob: 89c5b6ebd5734295bfa448e40b6996acedb7a8b5 [file] [log] [blame]
apiVersion: v1
kind: PersistentVolume
metadata:
name: $A1PMS_DATA_PV_NAME
annotations:
pv.beta.kubernetes.io/gid: "999"
labels:
run: $A1PMS_APP_NAME
autotest: A1PMS
spec:
storageClassName: a1pms-standard
capacity:
storage: 1Mi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Delete
hostPath:
path: "$HOST_PATH_BASE_DIR/$A1PMS_PV_PATH"