X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fnbi%2Fvalues.yaml;h=08ba011631a4cbc1f13ff06f6a2531438710446e;hb=990aef1a9302a290d1e156cacd00cc408f650f8a;hp=9f9c0fa4762a35075ad20c473ca96b82c82588b5;hpb=6f5d001b1dc4f8b56c6dc9fd85aa50ed43b83601;p=oom.git diff --git a/kubernetes/nbi/values.yaml b/kubernetes/nbi/values.yaml index 9f9c0fa476..08ba011631 100644 --- a/kubernetes/nbi/values.yaml +++ b/kubernetes/nbi/values.yaml @@ -28,7 +28,7 @@ subChartsOnly: # application image repository: nexus3.onap.org:10001 -image: onap/externalapi/nbi:3.0.0-latest +image: onap/externalapi/nbi:4.0.0 pullPolicy: Always sdc_authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU= aai_authorization: Basic QUFJOkFBSQ== @@ -84,15 +84,21 @@ affinity: {} # probe configuration parameters liveness: - initialDelaySeconds: 120 - periodSeconds: 10 + httpGet: + path: /nbi/api/v4/status + port: 8080 + initialDelaySeconds: 180 + periodSeconds: 30 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: - initialDelaySeconds: 10 - periodSeconds: 10 + httpGet: + path: /nbi/api/v4/status + port: 8080 + initialDelaySeconds: 185 + periodSeconds: 30 service: type: NodePort @@ -120,4 +126,5 @@ resources: memory: 4Gi requests: cpu: 200m - memory: 2Gi \ No newline at end of file + memory: 2Gi + unlimited: {}