prometheus stuff we don't want and auto does rompr
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user