generated from bisco/codex-bootstrap
feat: add backend health checks
This commit is contained in:
@@ -9,6 +9,11 @@ http:
|
||||
services:
|
||||
azionelab-http:
|
||||
loadBalancer:
|
||||
healthCheck:
|
||||
path: "/"
|
||||
hostname: "azionelab.org"
|
||||
interval: "10s"
|
||||
timeout: "3s"
|
||||
servers:
|
||||
- url: "http://127.0.0.1:9080"
|
||||
|
||||
@@ -25,5 +30,8 @@ tcp:
|
||||
services:
|
||||
azionelab-tls:
|
||||
loadBalancer:
|
||||
healthCheck:
|
||||
interval: "10s"
|
||||
timeout: "3s"
|
||||
servers:
|
||||
- address: "127.0.0.1:9443"
|
||||
|
||||
Reference in New Issue
Block a user