This directory contains a Helm chart to install HCloud MetalLB Operator.
To install or update the chart with the release name my-release:
helm upgrade --install my-release oci://ghcr.io/robslgm/charts/hcloud-metallb-controllerTo uninstall/delete the my-release deployment:
helm uninstall my-releaseThe command removes all the Kubernetes components associated with the chart and deletes the release. Hcloud IP assignments remain unchanged.
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| fullnameOverride | string | "" |
|
| hcloud | object | {} | Supply Hcloud API key directly or with an existing secret. The Hcloud API key is required. |
| hcloud.apiKey | string | "" |
Hcloud API key |
| hcloud.existingSecret | string | "" |
Secret needs to have a key named 'apiKey' containing the Hcloud API key |
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "ghcr.io/robslgm/hcloud-metallb-controller" |
|
| image.tag | string | "" |
|
| imagePullSecrets | list | [] |
|
| livenessProbe | string | nil |
Not supported |
| nameOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podAnnotations | object | {} |
This is for setting Kubernetes Annotations to a Pod. For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ |
| podLabels | object | {} |
This is for setting Kubernetes Labels to a Pod. For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ |
| podSecurityContext | object | {} |
|
| priorityClassName | string | "" |
Define a priority class name. More information can be found here: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass |
| readinessProbe | string | nil |
Not supported |
| replicaCount | int | 2 |
This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ |
| resources | object | {} |
|
| securityContext | object | {} |
|
| service.port | int | 80 |
|
| service.type | string | "ClusterIP" |
|
| serviceAccount | object | {} | This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/ |
| tolerations | list | [] |
|
| volumeMounts | list | [] |
|
| volumes | list | [] |
Autogenerated from chart metadata using helm-docs v1.14.2