fix: health path /health/ (custom Quarkus root-path, pas /q/health/)
This commit is contained in:
@@ -166,7 +166,7 @@ lions-app:
|
|||||||
liveness:
|
liveness:
|
||||||
enabled: true
|
enabled: true
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /q/health/live
|
path: /health/live
|
||||||
port: 8080
|
port: 8080
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
@@ -175,7 +175,7 @@ lions-app:
|
|||||||
readiness:
|
readiness:
|
||||||
enabled: true
|
enabled: true
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /q/health/ready
|
path: /health/ready
|
||||||
port: 8080
|
port: 8080
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
@@ -184,7 +184,7 @@ lions-app:
|
|||||||
startup:
|
startup:
|
||||||
enabled: true
|
enabled: true
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /q/health/started
|
path: /health/started
|
||||||
port: 8080
|
port: 8080
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user