fix: update UI health check paths to /ui #202

Merged
benvin merged 1 commits from benvin/ui-healthcheck-path into main 2026-06-26 23:57:28 +10:00
+2 -2
View File
@@ -31,7 +31,7 @@ spec:
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3
httpGet: httpGet:
path: / path: /ui
port: http port: http
scheme: HTTP scheme: HTTP
initialDelaySeconds: 15 initialDelaySeconds: 15
@@ -41,7 +41,7 @@ spec:
readinessProbe: readinessProbe:
failureThreshold: 3 failureThreshold: 3
httpGet: httpGet:
path: / path: /ui
port: http port: http
scheme: HTTP scheme: HTTP
initialDelaySeconds: 5 initialDelaySeconds: 5