X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Frapp_catalogue%2Fapp.yaml;h=0abe5ba800486bcabda70ffe69de86c87251e6b1;hb=refs%2Fchanges%2F54%2F10954%2F3;hp=0c0a26cfb0a0d946430736a15a4029ad540c2f60;hpb=10e254d9b7bc522bb2c25d590e6d203bf25a592d;p=nonrtric.git diff --git a/test/simulator-group/rapp_catalogue/app.yaml b/test/simulator-group/rapp_catalogue/app.yaml index 0c0a26cf..0abe5ba8 100644 --- a/test/simulator-group/rapp_catalogue/app.yaml +++ b/test/simulator-group/rapp_catalogue/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: $RAPP_CAT_APP_NAME image: $RAPP_CAT_IMAGE - imagePullPolicy: Never + imagePullPolicy: $KUBE_IMAGE_PULL_POLICY ports: - name: http containerPort: $RAPP_CAT_INTERNAL_PORT