Merge "relaxed timing for liveness and readiness probes"
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Fri, 15 Feb 2019 12:30:12 +0000 (12:30 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 15 Feb 2019 12:30:12 +0000 (12:30 +0000)
1  2 
kubernetes/pomba/charts/pomba-networkdiscovery/values.yaml
kubernetes/pomba/charts/pomba-servicedecomposition/values.yaml

@@@ -24,7 -24,7 +24,7 @@@ global
  #################################################################
  # application image
  repository: nexus3.onap.org:10001
 -image:  onap/network-discovery:1.4.1-latest
 +image:  onap/network-discovery:1.5.0-SNAPSHOT-latest
  pullPolicy: Always
  
  # flag to enable debugging - application support required
@@@ -55,7 -55,6 +55,7 @@@ config
    # Openstack Rest API URLs:
    openstackTypeVserverUrl: http://10.69.36.11:8774/v2.1/servers/{0}
    openstackTypeL3NetworkUrl: http://10.69.36.11:9696/v2.0/networks/{0}
 +  openstackTypePortUrl: http://10.69.36.11:9696/v2.0/ports/{0}
  
  # default number of instances
  replicaCount: 1
@@@ -66,14 -65,14 +66,14 @@@ affinity: {
  
  # probe configuration parameters
  liveness:
-   initialDelaySeconds: 10
+   initialDelaySeconds: 30
    periodSeconds: 10
    # necessary to disable liveness probe when setting breakpoints
    # in debugger so K8s doesn't restart unresponsive container
    enabled: true
  
  readiness:
-   initialDelaySeconds: 10
+   initialDelaySeconds: 30
    periodSeconds: 10
  
  #Example service definition with external, internal and node ports.
@@@ -24,7 -24,7 +24,7 @@@ global
  #################################################################
  # application image
  repository: nexus3.onap.org:10001
 -image:  onap/service-decomposition:1.4.2
 +image:  onap/service-decomposition:1.5.0-SNAPSHOT-latest
  pullPolicy: Always
  
  # flag to enable debugging - application support required
@@@ -52,14 -52,14 +52,14 @@@ affinity: {
  
  # probe configuration parameters
  liveness:
-   initialDelaySeconds: 10
+   initialDelaySeconds: 30
    periodSeconds: 10
    # necessary to disable liveness probe when setting breakpoints
    # in debugger so K8s doesn't restart unresponsive container
    enabled: true
  
  readiness:
-   initialDelaySeconds: 10
+   initialDelaySeconds: 30
    periodSeconds: 10
  
  #Example service definition with external, internal and node ports.