Archivos separados sin raíz http: middlewares.yml, routers.yml, services.yml

This commit is contained in:
2025-12-01 13:07:06 +01:00
parent 7575b004ab
commit dec01f536c
5 changed files with 105 additions and 109 deletions

26
dynamic/services.yml Normal file
View File

@@ -0,0 +1,26 @@
# ============================================
# SERVICIOS (Ejemplos comentados)
# ============================================
# Descomentar y adaptar según necesites
# Ejemplo: Servicio apuntando a contenedor local
# whoami-service:
# loadBalancer:
# servers:
# - url: "http://whoami:80"
# Ejemplo: Servicio apuntando a servidor externo
# admin-service:
# loadBalancer:
# servers:
# - url: "http://192.168.1.100:8080"
# Ejemplo: Servicio con health check
# api-service:
# loadBalancer:
# servers:
# - url: "http://api:3000"
# healthCheck:
# path: "/health"
# interval: "10s"
# timeout: "3s"