Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,14 @@ Specifies the type of [Kubernetes Service :octicons-link-external-16:](https://k
| ---------- | ------- |
| :material-code-string: string | `LoadBalancer` |

### `expose.loadBalancerClass`

Define the implementation of the load balancer you want to use. This setting enables you to select a custom or specific load balancer class instead of the default one provided by the cloud provider.

| Value type | Example |
| ----------- | ---------- |
| :material-code-string: string | `eks.amazonaws.com/nlb`|

### `expose.loadBalancerSourceRanges`

The range of client IP addresses from which the load balancer should be reachable (if not set, there is no limitations).
Expand Down Expand Up @@ -639,6 +647,14 @@ Specifies the type of [Kubernetes Service :octicons-link-external-16:](https://k
| ---------- | ------- |
| :material-code-string: string | `LoadBalancer` |

### `exposeReplicas.loadBalancerClass`

Define the implementation of the load balancer you want to use. This setting enables you to select a custom or specific load balancer class instead of the default one provided by the cloud provider.

| Value type | Example |
| ----------- | ---------- |
| :material-code-string: string | `eks.amazonaws.com/nlb`|

### `exposeReplicas.loadBalancerSourceRanges`

The range of client IP addresses from which the load balancer should be reachable (if not set, there is no limitations).
Expand Down Expand Up @@ -1448,6 +1464,14 @@ Set [labels :octicons-link-external-16:](https://kubernetes.io/docs/concepts/ove
| ---------- | ------- |
| :material-label-outline: label | `pg-cluster-label: cluster1` |

### `proxy.pgBouncer.expose.loadBalancerClass`

Define the implementation of the load balancer you want to use. This setting enables you to select a custom or specific load balancer class instead of the default one provided by the cloud provider.

| Value type | Example |
| ----------- | ---------- |
| :material-code-string: string | `eks.amazonaws.com/nlb`|

### `proxy.pgBouncer.expose.loadBalancerSourceRanges`

The range of client IP addresses from which the load balancer should be reachable (if not set, there is no limitations).
Expand Down