Merge "[EXTAPI] Deploy macromode and E2E slicing code changes"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 7 Oct 2020 06:13:43 +0000 (06:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 7 Oct 2020 06:13:43 +0000 (06:13 +0000)
1  2 
kubernetes/nbi/templates/deployment.yaml
kubernetes/nbi/values.yaml

@@@ -1,4 -1,3 +1,4 @@@
 +{{/*
  # Copyright © 2018 Orange
  # Modifications Copyright © 2018  Amdocs, Bell Canada
  # Modifications Copyright © 2020 Nokia
@@@ -14,7 -13,6 +14,7 @@@
  # 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.
 +*/}}
  
  apiVersion: apps/v1
  kind: Deployment
@@@ -51,7 -49,7 +51,7 @@@ spec
            # so K8s doesn't restart unresponsive container
            {{- if .Values.global.aafEnabled }}
            command:
-           - bash
+           - sh
            args:
            - -c
            - |
@@@ -18,7 -18,8 +18,7 @@@
  #################################################################
  global:
    nodePortPrefix: 302
 -  readinessRepository: oomk8s
 -  readinessImage: readiness-check:2.0.2
 +  readinessImage: onap/oom/readiness:3.0.1
    loggingRepository: docker.elastic.co
    loggingImage: beats/filebeat:5.5.0
    mariadbGalera: &mariadbGalera
@@@ -71,7 -72,7 +71,7 @@@ subChartsOnly
  
  # application image
  repository: nexus3.onap.org:10001
- image: onap/externalapi/nbi:7.0.0
+ image: onap/externalapi/nbi:7.0.2
  pullPolicy: IfNotPresent
  sdc_authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=
  aai_authorization: Basic QUFJOkFBSQ==