You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/load_balancer_envs.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,17 @@ This page contains all environment variables, which can be specified to configur
6
6
7
7
| Annotation | Type | Default | Description |
8
8
| --- | --- | --- | --- |
9
+
|`HCLOUD_LOAD_BALANCERS_ALGORITHM_TYPE`|`round_robin \| least_connections`|`round_robin`| Configures the Load Balancer algorithm. |
9
10
|`HCLOUD_LOAD_BALANCERS_DISABLE_IPV6`|`bool`|`false`| Disables the use of IPv6 for the Load Balancer by default. |
10
11
|`HCLOUD_LOAD_BALANCERS_DISABLE_PRIVATE_INGRESS`|`bool`|`false`| Disables the use of the private network for ingress by default. |
12
+
|`HCLOUD_LOAD_BALANCERS_DISABLE_PUBLIC_NETWORK`|`bool`|`false`| Disables the public interface of the Load Balancer. |
11
13
|`HCLOUD_LOAD_BALANCERS_ENABLED`|`bool`|`true`| Controls whether the load balancer controller of HCCM should run. |
14
+
|`HCLOUD_LOAD_BALANCERS_HEALTH_CHECK_INTERVAL`|`duration`|`-`| Configures the time interval in seconds health checks are performed. Required when health check is enabled. |
15
+
|`HCLOUD_LOAD_BALANCERS_HEALTH_CHECK_RETRIES`|`int`|`-`| Configures the amount of unsuccessful retries needed until a target is considered unhealthy. Required when health check is enabled. |
16
+
|`HCLOUD_LOAD_BALANCERS_HEALTH_CHECK_TIMEOUT`|`duration`|`-`| Configures the time in seconds after an attempt is considered a timeout. Required when health check is enabled. |
12
17
|`HCLOUD_LOAD_BALANCERS_LOCATION`|`string`|`-`| Specifies the default location where the Load Balancer will be created in. Mutually exclusive with hcloudLoadBalancersNetworkZone. |
13
18
|`HCLOUD_LOAD_BALANCERS_NETWORK_ZONE`|`string`|`-`| Specifies the default network zone where the Load Balancer will be created in. Mutually exclusive with hcloudLoadBalancersLocation. |
19
+
|`HCLOUD_LOAD_BALANCERS_PRIVATE_SUBNET_IP_RANGE`|`string`|`-`| Configures the IP range in CIDR block notation of the subnet to attach to. |
20
+
|`HCLOUD_LOAD_BALANCERS_TYPE`|`string`|`lb11`| Configures the Load Balancer type this Load Balancer should be created with. |
21
+
|`HCLOUD_LOAD_BALANCERS_USES_PROXYPROTOCOL`|`bool`|`false`| Enables the proxyprotocol for a Load Balancer service. |
14
22
|`HCLOUD_LOAD_BALANCERS_USE_PRIVATE_IP`|`bool`|`false`| Configures the Load Balancer to use the private IP for Load Balancer server targets by default. |
0 commit comments