Add delay to liveness, readiness probes 70/670/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 9 Aug 2019 12:46:44 +0000 (08:46 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Tue, 13 Aug 2019 18:40:58 +0000 (14:40 -0400)
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I88cabbebf7958088c288a24c12f5205806e8440d

ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/deployment.yaml

index f5561d7..6c77a19 100644 (file)
@@ -65,12 +65,14 @@ spec:
               mountPath: /dashboard-data
           livenessProbe:
             httpGet:
-              path: /api/admin/version
+              path: /api/admin/health
               port: http
+            initialDelaySeconds: 15
           readinessProbe:
             httpGet:
-              path: /api/admin/health
+              path: /api/admin/version
               port: http
+            initialDelaySeconds: 15
       volumes:
         - name: appconfig
           configMap: