89c5b6ebd5734295bfa448e40b6996acedb7a8b5
[nonrtric.git] / test / simulator-group / a1pms / pv.yaml
1 apiVersion: v1
2 kind: PersistentVolume
3 metadata:
4   name: $A1PMS_DATA_PV_NAME
5   annotations:
6     pv.beta.kubernetes.io/gid: "999"
7   labels:
8     run: $A1PMS_APP_NAME
9     autotest: A1PMS
10 spec:
11   storageClassName: a1pms-standard
12   capacity:
13     storage: 1Mi
14   accessModes:
15     - ReadWriteOnce
16   persistentVolumeReclaimPolicy: Delete
17   hostPath:
18     path: "$HOST_PATH_BASE_DIR/$A1PMS_PV_PATH"