Remove separate private and protected IP

This commit is contained in:
Jake Howard
2021-03-27 18:42:06 +00:00
parent 7580c0fd59
commit 1d997d3c33
13 changed files with 16 additions and 22 deletions

View File

@ -9,4 +9,4 @@ http:
service-grafana:
loadBalancer:
servers:
- url: http://{{ pve_hosts.forrest.internal_ip }}:3000
- url: http://{{ pve_hosts.forrest.ip }}:3000

View File

@ -9,4 +9,4 @@ http:
service-jellyfin:
loadBalancer:
servers:
- url: http://{{ pve_hosts.jellyfin.internal_ip }}:8096
- url: http://{{ pve_hosts.jellyfin.ip }}:8096