fix readinessProbe http path
All checks were successful
Build Push and Deploy Image / build (push) Successful in 4m35s

This commit is contained in:
bamanker
2025-12-28 17:06:27 +08:00
parent e428f7a05c
commit 078fdf969e

View File

@@ -31,7 +31,7 @@ spec:
imagePullPolicy: Always
readinessProbe:
httpGet:
path: /actuator/health
path: /test
port: 9090
initialDelaySeconds: 1
timeoutSeconds: 10