Last active
August 24, 2021 14:19
-
-
Save dhergert/1bbda2b322469bb80a554725c769629f to your computer and use it in GitHub Desktop.
This file contains 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
<vip> | |
<name>vip-[lob]-[platform]-[name]-[type]-[env]-[datacenter]</name> | |
<destination-port>443</destination-port> | |
<description>[Requesting User] - [Request Number]</description> | |
<!-- load balancer specific config --> | |
... | |
</vip> | |
<pool> | |
<name>pool-[lob]-[platform]-[name]-[type]-[env]-[datacenter]</name> | |
<load-balancing-method>round-robin</load-balancing-method> | |
<monitor> | |
<!-- liveness monitor config --> | |
... | |
</monitor> | |
<members> | |
<!-- node member configuration --> | |
... | |
</members> | |
</pool> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment