diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index a698c27..7622c7d 100644 --- a/apps/base/artifactapi/ui-deployment.yaml +++ b/apps/base/artifactapi/ui-deployment.yaml @@ -31,7 +31,7 @@ spec: livenessProbe: failureThreshold: 3 httpGet: - path: / + path: /ui port: http scheme: HTTP initialDelaySeconds: 15 @@ -41,7 +41,7 @@ spec: readinessProbe: failureThreshold: 3 httpGet: - path: / + path: /ui port: http scheme: HTTP initialDelaySeconds: 5