Move grafana to forrest

This commit is contained in:
Jake Howard
2021-01-31 16:52:24 +00:00
parent a79e54d45a
commit c7fba8107a
11 changed files with 105 additions and 69 deletions

View File

@ -0,0 +1,12 @@
http:
routers:
router-grafana:
rule: Host(`grafana.jakehoward.tech`)
service: service-grafana
tls:
certResolver: le
services:
service-grafana:
loadBalancer:
servers:
- url: http://{{ pve_hosts.forrest.internal_ip }}:3000