fix: update UI health check paths to /ui
ci/woodpecker/pr/kubeconform Pipeline failed
ci/woodpecker/pr/pre-commit Pipeline was successful

The UI now serves under /ui (artifactapi#58), so liveness/readiness
probes need to hit /ui instead of /.
This commit is contained in:
2026-06-26 23:48:59 +10:00
parent f695657d9d
commit a621904f56
+2 -2
View File
@@ -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