Code Review
/
nonrtric.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
ICS tests with istio and JWTs
[nonrtric.git]
/
test
/
simulator-group
/
ics
/
pv.yaml
1
apiVersion: v1
2
kind: PersistentVolume
3
metadata:
4
name: $ICS_DATA_PV_NAME
5
annotations:
6
pv.beta.kubernetes.io/gid: "999"
7
labels:
8
run: $ICS_APP_NAME
9
autotest: ICS
10
spec:
11
storageClassName: ics-standard
12
capacity:
13
storage: 1Mi
14
accessModes:
15
- ReadWriteOnce
16
persistentVolumeReclaimPolicy: Delete
17
hostPath:
18
path: "$HOST_PATH_BASE_DIR/$ICS_PV_PATH"