fix: probe type adapté à l'app (http)
This commit is contained in:
@@ -67,7 +67,7 @@ lions-app:
|
|||||||
liveness:
|
liveness:
|
||||||
enabled: true
|
enabled: true
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health/live
|
path: /q/health/live
|
||||||
port: 8080
|
port: 8080
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
@@ -76,7 +76,7 @@ lions-app:
|
|||||||
readiness:
|
readiness:
|
||||||
enabled: true
|
enabled: true
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health/ready
|
path: /q/health/ready
|
||||||
port: 8080
|
port: 8080
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user