X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=kubernetes%2Fvnfsdk%2Fvalues.yaml;h=654657273c477ab61680e3e0c71067b6834e03d8;hb=5583c3cd4f0b6d6be561af051c9f0466502c10fe;hp=28a2ac419ee647ed42c9bcc97c8461144e555187;hpb=3dabd570ce208b6fa4660de92061587e0fc129f8;p=oom.git diff --git a/kubernetes/vnfsdk/values.yaml b/kubernetes/vnfsdk/values.yaml index 28a2ac419e..654657273c 100644 --- a/kubernetes/vnfsdk/values.yaml +++ b/kubernetes/vnfsdk/values.yaml @@ -1,4 +1,5 @@ # Copyright © 2017 Amdocs, Bell Canada +# Modifications © 2023 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -102,15 +103,25 @@ readiness: service: type: NodePort name: refrepo - portName: refrepo - nodePort: 97 internalPort: 8703 + ports: + - name: http + port: 8703 + nodePort: '97' ingress: enabled: false service: - - baseaddr: "refrepo" + - baseaddr: "vnfsdk-refrepo-api" name: "refrepo" port: 8703 config: ssl: "redirect" + +readinessCheck: + wait_for: + - '{{ .Values.postgres.nameOverride }}' + +wait_for_job_container: + containers: + - '{{ include "common.name" . }}-job'