X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fecs%2Fpvc.yaml;h=7f07893e975cb177a0fcbed61659607a13cdcbd5;hb=84ffd4a403baee1b7aa86f9986f0c1659a5a0881;hp=3abd3592f8e770cfc3924d81bc1b4519da205d41;hpb=4f7f0cda2f07f62dcbb2e371fc09764b2337a8e9;p=nonrtric.git diff --git a/test/simulator-group/ecs/pvc.yaml b/test/simulator-group/ecs/pvc.yaml index 3abd3592..7f07893e 100644 --- a/test/simulator-group/ecs/pvc.yaml +++ b/test/simulator-group/ecs/pvc.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: $ECS_DATA_CONFIGMAP_NAME + name: $ECS_DATA_PVC_NAME namespace: $KUBE_NONRTRIC_NAMESPACE labels: run: $ECS_APP_NAME @@ -11,6 +11,6 @@ spec: - ReadWriteOnce resources: requests: - storage: 10Mi - storageClassName: standard - volumeMode: Filesystem \ No newline at end of file + storage: 1Mi + storageClassName: ecs-standard + volumeMode: Filesystem