X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fmrstub%2Fapp.yaml;h=ac4d59cc9bffca42d191669c937a0ffdd79aa24c;hb=1c7c5fc52d531205e3bd639fc4f2189c49f296cc;hp=f29db939cd386261dd3881381a5278605ae0fd04;hpb=1e539490bc37fed791895dd1f2f898caa3b0ca5c;p=nonrtric.git diff --git a/test/simulator-group/mrstub/app.yaml b/test/simulator-group/mrstub/app.yaml index f29db939..ac4d59cc 100644 --- a/test/simulator-group/mrstub/app.yaml +++ b/test/simulator-group/mrstub/app.yaml @@ -1,3 +1,20 @@ +# ============LICENSE_START======================================================= +# Copyright (C) 2020-2022 Nordix Foundation +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= apiVersion: apps/v1 kind: Deployment metadata: @@ -20,7 +37,7 @@ spec: containers: - name: $MR_STUB_APP_NAME image: $MRSTUB_IMAGE - imagePullPolicy: Never + imagePullPolicy: $KUBE_IMAGE_PULL_POLICY ports: - name: http containerPort: $MR_INTERNAL_PORT @@ -30,4 +47,6 @@ spec: - name: TOPIC_READ value: $TOPIC_READ - name: TOPIC_WRITE - value: $TOPIC_WRITE \ No newline at end of file + value: $TOPIC_WRITE + - name: GENERIC_TOPICS_UPLOAD_BASEURL + value: $GENERIC_TOPICS_UPLOAD_BASEURL