X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fecs%2Fpvc.yaml;h=7f07893e975cb177a0fcbed61659607a13cdcbd5;hb=968b89731a192c2ee3f3393d00519879ad89ce56;hp=3abd3592f8e770cfc3924d81bc1b4519da205d41;hpb=10e254d9b7bc522bb2c25d590e6d203bf25a592d;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