Skip to content
Merged
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
39 changes: 39 additions & 0 deletions docs/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,13 @@ The [Kubernetes Service Type :octicons-link-external-16:](https://kubernetes.io/
| ----------- | ---------- |
| :material-code-string: string | `ClusterIP` |

### `mysql.exposePrimary.allocateLoadBalancerNodePorts`

Determines if Kubernetes should allocate NodePorts for the LoadBalancer Service. This option is relevant only when the Service type is set to `LoadBalancer`.

| Value type | Example |
| ----------- | ---------- |
| :material-toggle-switch-outline: boolean | `false` |

### `mysql.exposePrimary.annotations`

Expand Down Expand Up @@ -768,6 +775,14 @@ The [Kubernetes Service Type :octicons-link-external-16:](https://kubernetes.io/
| ----------- | ---------- |
| :material-code-string: string | `ClusterIP` |

### `mysql.expose.allocateLoadBalancerNodePorts`

Determines if Kubernetes should allocate NodePorts for the LoadBalancer Service. This option is relevant only when the Service type is set to `LoadBalancer`.

| Value type | Example |
| ----------- | ---------- |
| :material-toggle-switch-outline: boolean | `false` |

### `mysql.expose.annotations`

The [Kubernetes annotations :octicons-link-external-16:](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/).
Expand Down Expand Up @@ -1282,6 +1297,14 @@ The [Kubernetes Service Type :octicons-link-external-16:](https://kubernetes.io/
| ----------- | ---------- |
| :material-code-string: string | `ClusterIP` |

### `proxy.haproxy.expose.allocateLoadBalancerNodePorts`

Determines if Kubernetes should allocate NodePorts for the LoadBalancer Service. This option is relevant only when the Service type is set to `LoadBalancer`.

| Value type | Example |
| ----------- | ---------- |
| :material-toggle-switch-outline: boolean | `false` |

### `proxy.haproxy.expose.annotations`

The [Kubernetes annotations :octicons-link-external-16:](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) for HAProxy.
Expand Down Expand Up @@ -1630,6 +1653,14 @@ The [Kubernetes Service Type :octicons-link-external-16:](https://kubernetes.io/
| ----------- | ---------- |
| :material-code-string: string | `ClusterIP` |

### `proxy.router.expose.allocateLoadBalancerNodePorts`

Determines if Kubernetes should allocate NodePorts for the LoadBalancer Service. This option is relevant only when the Service type is set to `LoadBalancer`.

| Value type | Example |
| ----------- | ---------- |
| :material-toggle-switch-outline: boolean | `false` |

### `proxy.router.expose.annotations`

The [Kubernetes annotations :octicons-link-external-16:](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) for MySQL Router.
Expand Down Expand Up @@ -2013,6 +2044,14 @@ The [Kubernetes Service Type :octicons-link-external-16:](https://kubernetes.io/
| ----------- | ---------- |
| :material-code-string: string | `ClusterIP` |

### `orchestrator.expose.allocateLoadBalancerNodePorts`

Determines if Kubernetes should allocate NodePorts for the LoadBalancer Service. This option is relevant only when the Service type is set to `LoadBalancer`.

| Value type | Example |
| ----------- | ---------- |
| :material-toggle-switch-outline: boolean | `false` |

### `orchestrator.expose.annotations`

The [Kubernetes annotations :octicons-link-external-16:](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) for the Orchestrator.
Expand Down