X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fvalues.yaml;h=60d0424e6f5d382bcf90e354870aa4a22e2e00f0;hb=5e3f36a4b1710c9c1accc41d2530795d5fb66496;hp=e5af3895c6fe788806a6059971e786a6a4240116;hpb=b350b9446f7ca93686b6405b13b35c49e1035698;p=oom.git diff --git a/kubernetes/so/values.yaml b/kubernetes/so/values.yaml index e5af3895c6..60d0424e6f 100755 --- a/kubernetes/so/values.yaml +++ b/kubernetes/so/values.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. repository: nexus3.onap.org:10001 -image: onap/so/api-handler-infra:latest +image: onap/so/api-handler-infra:1.3.0-STAGING-latest pullPolicy: IfNotPresent replicaCount: 1 minReadySeconds: 10 @@ -28,7 +28,7 @@ updateStrategy: type: RollingUpdate maxUnavailable: 1 maxSurge: 1 -# Resource Limit flavor -By Default using small +# Resource Limit flavor -By Default using small flavor: small # Segregation for Different environment (Small and Large) resources: @@ -46,9 +46,10 @@ resources: requests: cpu: 1000m memory: 2Gi + unlimited: {} livenessProbe: - path: /manage/health - scheme: HTTPS + path: /manage/health + scheme: HTTP initialDelaySeconds: 600 periodSeconds: 60 timeoutSeconds: 10