Merge "Add delay to liveness, readiness probes"
[it/dep.git] / 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: