X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fric%2Fapp.yaml;h=36e4af15d656787f7214ccc65d41fdf2acc93d89;hb=c9c6839d27aaad72ff7b3140992e0ade4b0f07bb;hp=df5d982e57149faf38809f6d27613293283e2760;hpb=1e539490bc37fed791895dd1f2f898caa3b0ca5c;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