Deploy uptime-kuma

This commit is contained in:
Jake Howard
2024-04-21 18:11:39 +01:00
parent 7564911da3
commit c472411801
9 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,10 @@
http:
routers:
router-uptime-kuma:
rule: Host(`uptime.jakehoward.tech`)
service: service-uptime-kuma
services:
service-uptime-kuma:
loadBalancer:
servers:
- url: http://{{ pve_hosts.forrest.ip }}:3001