fix readinessProbe http path
All checks were successful
Build Push and Deploy Image / build (push) Successful in 4m35s
All checks were successful
Build Push and Deploy Image / build (push) Successful in 4m35s
This commit is contained in:
@@ -31,7 +31,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /actuator/health
|
||||
path: /test
|
||||
port: 9090
|
||||
initialDelaySeconds: 1
|
||||
timeoutSeconds: 10
|
||||
|
||||
Reference in New Issue
Block a user