X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fcontrol_panel%2Fapp.yaml;h=6771690ffab06b93fa625faddb27a65ebb7623bc;hb=931e03479a552777755d805972428f8691c5dc1c;hp=a962f3dcaa4388f8a831b9d2ece89d115938c6aa;hpb=e0b665e3ff544bb78411bdc7f6b3ba2818fdeed4;p=nonrtric.git diff --git a/test/simulator-group/control_panel/app.yaml b/test/simulator-group/control_panel/app.yaml index a962f3dc..6771690f 100644 --- a/test/simulator-group/control_panel/app.yaml +++ b/test/simulator-group/control_panel/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: $CONTROL_PANEL_APP_NAME image: $CONTROL_PANEL_IMAGE - imagePullPolicy: Never + imagePullPolicy: $KUBE_IMAGE_PULL_POLICY ports: - name: http containerPort: $CONTROL_PANEL_INTERNAL_PORT @@ -34,4 +51,4 @@ spec: - configMap: defaultMode: 420 name: $CP_CONFIG_CONFIGMAP_NAME - name: cp-conf-name \ No newline at end of file + name: cp-conf-name