feat(soc): add secure external domain routing and fully local grafana dashboards provisioning
continuous-integration/webhook Deploy concluido com sucesso (VPS 4)

This commit is contained in:
VPS 1 Deploy Agent
2026-05-12 06:28:44 +02:00
parent bc51697218
commit e6ef64e7e9
4 changed files with 526 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
http:
routers:
grafana-router:
rule: "Host(`grafana.clube67.com`)"
service: grafana-service
entryPoints:
- websecure
tls:
certResolver: le
services:
grafana-service:
loadBalancer:
servers:
- url: "http://soc-grafana-1:3000"