Created
January 26, 2018 16:53
-
-
Save dav1x/c34d62194cd321115df70186889d5c26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frontend main *:80 | |
default_backend router80 | |
backend router80 | |
balance source | |
mode tcp | |
server infra-0.vcenter.e2e.bos.redhat.com infra-0.vcenter.e2e.bos.redhat.com:80 check | |
frontend main *:443 | |
default_backend router443 | |
backend router443 | |
balance source | |
mode tcp | |
server infra-0.vcenter.e2e.bos.redhat.com infra-0.vcenter.e2e.bos.redhat.com:443 check | |
frontend main *:8443 | |
default_backend mgmt8443 | |
backend mgmt8443 | |
balance source | |
mode tcp | |
server master-0.vcenter.e2e.bos.redhat.com master-0.vcenter.e2e.bos.redhat.com:8443 check | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment