Merge "Update appc.properties file for vCPE failure"
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>
Wed, 16 May 2018 20:32:25 +0000 (20:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 16 May 2018 20:32:25 +0000 (20:32 +0000)
kubernetes/portal/charts/portal-mariadb/values.yaml
kubernetes/sdnc/templates/statefulset.yaml

index ab46984..ae5849e 100644 (file)
@@ -77,14 +77,14 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 10
+  initialDelaySeconds: 300
   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: 300
   periodSeconds: 10
 
 ## Persist data to a persitent volume
index e821406..69816df 100644 (file)
@@ -89,7 +89,7 @@ spec:
             - name: SDNC_REPLICAS
               value: "{{ .Values.replicaCount }}"
             - name: MYSQL_HOST
-              value: "{{.Values.mysql.service.name}}.{{.Release.Namespace}}"
+              value: "{{.Release.Name}}-{{.Values.mysql.nameOverride}}-0.{{.Values.mysql.service.name}}.{{.Release.Namespace}}"
           volumeMounts:
           - mountPath: /etc/localtime
             name: localtime