X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fsimulator-group%2Fric%2Fapp.yaml;h=36e4af15d656787f7214ccc65d41fdf2acc93d89;hb=663566c28930429775ea9921f0e32ddf5253da28;hp=df5d982e57149faf38809f6d27613293283e2760;hpb=4f7f0cda2f07f62dcbb2e371fc09764b2337a8e9;p=nonrtric.git diff --git a/test/simulator-group/ric/app.yaml b/test/simulator-group/ric/app.yaml index df5d982e..36e4af15 100644 --- a/test/simulator-group/ric/app.yaml +++ b/test/simulator-group/ric/app.yaml @@ -2,7 +2,7 @@ apiVersion: apps/v1 kind: StatefulSet metadata: name: $RIC_SIM_SET_NAME - namespace: $KUBE_NONRTRIC_NAMESPACE + namespace: $KUBE_A1SIM_NAMESPACE labels: run: $RIC_SIM_SET_NAME autotest: RICSIM @@ -28,7 +28,9 @@ spec: value: "1" - name: ALLOW_HTTP value: "true" - imagePullPolicy: Never + - name: DUPLICATE_CHECK + value: "1" + imagePullPolicy: $KUBE_IMAGE_PULL_POLICY ports: - name: http containerPort: $RIC_SIM_INTERNAL_PORT