prometheus stuff we don't want and auto does rompr

This commit is contained in:
2022-12-13 16:15:23 +01:00
parent 8d511f9cc4
commit 7e95be5d79
3 changed files with 26 additions and 92 deletions

View File

@@ -6,12 +6,23 @@ pki:
- auto-conf.chaos
- pihole.chaos
- nodered.chaos
- rompr.chaos
os:
release: bullseye
systemd:
service:
container-rompr:
Unit:
Description: Rompr
After: network-online.target local-fs.target
Before: haproxy.service
Service:
ExecStart: /usr/bin/podman start -a rompr
ExecStop: /usr/bin/podman stop rompr
Install:
WantedBy: multi-user.target
container-node-red:
Unit:
Description: Node Red
@@ -155,6 +166,7 @@ haproxy:
- host_z2m-ws hdr_beg(host) -i zwave2mqtt-ws.
- host_pihole hdr_beg(host) -i pihole.
- host_nodered hdr_beg(host) -i nodered.
- host_rompr hdr_beg(host) -i rompr.
use_backends:
- auto if host_auto
- auto-conf if host_auto-conf
@@ -162,6 +174,7 @@ haproxy:
- z2m-ws if host_z2m-ws
- pihole if host_pihole
- nodered if host_nodered
- rompr if host_rompr
backends:
backend1:
name: auto
@@ -221,4 +234,13 @@ haproxy:
host: 127.0.0.1
port: 1880
check: check
backend6:
name: rompr
balance: roundrobin
servers:
server1:
name: rompr
host: 127.0.0.1
port: 8081
check: check