Separate haproxy frontends betwwen public and internal network interfaces
This commit is contained in:
parent
f2c160acc8
commit
5d73e63cba
1 changed files with 8 additions and 2 deletions
|
@ -27,8 +27,14 @@
|
|||
virtualisation.oci-containers.containers.haproxy = {
|
||||
image = "haproxy:2.6-alpine";
|
||||
ports = [
|
||||
"80:80"
|
||||
"443:443"
|
||||
"68.183.54.8:80:80"
|
||||
"68.183.54.8:443:443"
|
||||
"[2604:a880:800:10::d60:9001]:80:80"
|
||||
"[2604:a880:800:10::d60:9001]:443:443"
|
||||
|
||||
"10.86.84.1:80:5080"
|
||||
"10.86.84.1:443:5443"
|
||||
|
||||
"8448:8448"
|
||||
"9980:9980"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue