feat: add backend health checks

This commit is contained in:
Alfredo Di Stasio
2026-06-30 10:53:01 +02:00
parent 86680f71f3
commit 741ed4764d
7 changed files with 43 additions and 2 deletions
+8
View File
@@ -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"
+8
View File
@@ -9,6 +9,11 @@ http:
services:
lab-younerd-http:
loadBalancer:
healthCheck:
path: "/"
hostname: "lab.younerd.org"
interval: "10s"
timeout: "3s"
servers:
- url: "http://127.0.0.1:8080"
@@ -25,5 +30,8 @@ tcp:
services:
lab-younerd-tls:
loadBalancer:
healthCheck:
interval: "10s"
timeout: "3s"
servers:
- address: "127.0.0.1:8443"