X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fnbi%2Fvalues.yaml;h=a8e7ba9ebef2da0b24ac3a386503a6b12f77df10;hb=6fb58c9d01d89d405f8abf13f12f2d1bd1b2fcd9;hp=709e580d27f5e2f10b7eed199b44a25214f36919;hpb=9ef4d43e2055d00add9b4ff34db4ff838fec6221;p=oom.git diff --git a/kubernetes/nbi/values.yaml b/kubernetes/nbi/values.yaml index 709e580d27..a8e7ba9ebe 100644 --- a/kubernetes/nbi/values.yaml +++ b/kubernetes/nbi/values.yaml @@ -1,4 +1,5 @@ # Copyright © 2018 Orange +# Modifications Copyright © 2018 Amdocs, Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +28,7 @@ subChartsOnly: # application image repository: nexus3.onap.org:10001 -image: onap/externalapi/nbi:latest +image: onap/externalapi/nbi:2.0.0 pullPolicy: Always sdc_authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU= aai_authorization: Basic QUFJOkFBSQ== @@ -41,7 +42,7 @@ config: cloudOwner: CloudOwner ecompInstanceId: OOM openStackRegion: RegionOne - openStackServiceTenantName: 31047205ce114b60833b23e400d6a535 + openStackVNFTenantId: 31047205ce114b60833b23e400d6a535 mariadb: nameOverride: nbi-mariadb @@ -83,7 +84,7 @@ affinity: {} # probe configuration parameters liveness: - initialDelaySeconds: 10 + initialDelaySeconds: 120 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container