- InstanceInfoConfig (integrations.eureka) Configuration
Configuration options
| key | type | default value | description |
|---|---|---|---|
appGroup | string | unknown | The app group name. |
asgName | string | The ASG name. <abbr>ASG</abbr> stands for Auto Scaling Group. | |
healthCheckUrl | URI | The health check URL. | |
healthCheckUrlPath | string | The health check URL path (used if any health check URL is not explicitly set). | |
homePageUrl | URI | The home page URL. | |
homePageUrlPath | string | / | The home page URL path (used if the homepage URL is not explicitly set). |
hostName | string | The hostname. | |
instanceId | string | The instance id. | |
ipAddr | string | The IP address. | |
lease | io.helidon.integrations.eureka.InstanceInfoConfigBlueprint.create() | The LeaseInfoConfig. See LeaseInfoConfig | |
metadata | Map<string, string> | @java.util.Map@.of() | Metadata. |
name | string | unknown | The app name. |
port | io.helidon.integrations.eureka.InstanceInfoConfigBlueprint.create() | (Non-secure) port information. | |
secureHealthCheckUrl | URI | The secure health check URL. | |
securePort | io.helidon.integrations.eureka.InstanceInfoConfigBlueprint.create() | Secure port information. | |
secureVipAddress | string | The secure VIP address. <abbr>VIP</abbr> stands for Virtual IP. | |
statusPageUrl | URI | The status page URL. | |
statusPageUrlPath | string | /Status | The status page URL path (used if status page URL is not explicitly set). |
traffic.enabled | boolean | true | Whether traffic is enabled on startup (normally |
vipAddress | string | The VIP address. <abbr>VIP</abbr> stands for Virtual IP. |