X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Ftemplates%2Fdeployment.yaml;fp=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Ftemplates%2Fdeployment.yaml;h=6c77a197223137277834f16dd524645665f121f1;hb=25428c74ecffd82152b5642cca81c19508d3218c;hp=f5561d7a38dd4a5ae2ae98954819581ef0091d1b;hpb=c3993d1b897672cba96a53605d0d5d8788518536;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/deployment.yaml b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/deployment.yaml index f5561d7a..6c77a197 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/deployment.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/deployment.yaml @@ -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: