Merge "Upgrade SDC from Titan to Janus Graph"
authorBorislav Glozman <Borislav.Glozman@amdocs.com>
Mon, 22 Jul 2019 14:00:39 +0000 (14:00 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 22 Jul 2019 14:00:39 +0000 (14:00 +0000)
1  2 
kubernetes/sdc/charts/sdc-be/values.yaml
kubernetes/sdc/charts/sdc-wfd-fe/values.yaml

@@@ -28,8 -28,8 +28,8 @@@ global
  #################################################################
  # application image
  repository: nexus3.onap.org:10001
- image: onap/sdc-backend:1.4.1
- backendInitImage: onap/sdc-backend-init:1.4.1
+ image: onap/sdc-backend:1.5-STAGING-latest
+ backendInitImage: onap/sdc-backend-init:1.5-STAGING-latest
  pullPolicy: Always
  
  # flag to enable debugging - application support required
@@@ -48,7 -48,7 +48,7 @@@ affinity: {
  
  # probe configuration parameters
  liveness:
 -  initialDelaySeconds: 60
 +  initialDelaySeconds: 120
    periodSeconds: 10
    timeoutSeconds: 5
    # necessary to disable liveness probe when setting breakpoints
@@@ -93,3 -93,4 +93,4 @@@ resources
        cpu: 20m
        memory: 2Gi
    unlimited: {}
@@@ -28,7 -28,7 +28,7 @@@ global
  #################################################################
  # application image
  repository: nexus3.onap.org:10001
- image: onap/workflow-frontend:1.4.1
+ image: onap/workflow-frontend:1.5.0-SNAPSHOT
  pullPolicy: Always
  
  # flag to enable debugging - application support required
@@@ -80,7 -80,6 +80,7 @@@ service
  
  ingress:
    enabled: false
 +  hosts: ~
    annotations:
      ingress.kubernetes.io/secure-backends: "false"
      nginx.ingress.kubernetes.io/secure-backends: "false"