mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
b1873: setup nlb addition
Add new rev proxies to the target groups attaced to an NLB
This commit is contained in:
+6
@@ -89,6 +89,10 @@ public interface SharedLandscapeConstants {
|
||||
*/
|
||||
String ALL_REVERSE_PROXIES = "allReverseProxies";
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
String NLB_ARN_CONTAINS = "loadbalancer/net";
|
||||
/**
|
||||
* Used to launch the correct ami.
|
||||
*/
|
||||
@@ -122,4 +126,6 @@ public interface SharedLandscapeConstants {
|
||||
* Indicates that an instance is suitable for co-deployment with httpd.
|
||||
*/
|
||||
String INSTANCE_SUITABLE_FOR_HTTPD = "canCoDeployWithHttpd";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user