expose more ports to self

This commit is contained in:
Motiejus Jakštys 2023-08-06 00:15:13 +03:00
parent a5b1b4637f
commit 7c74d8c1ed
1 changed files with 5 additions and 1 deletions

View File

@ -64,7 +64,11 @@
services = {
# TODO move to grafana service lib
friendlyport.ports = [myData.ports.grafana];
friendlyport.ports = [
myData.ports.grafana
myData.ports.prometheus
myData.ports.exporters.node
];
deployerbot = {
main = {