Chart: Add controller.service.external.labels & controller.service.internal.labels. (#12704)

This commit is contained in:
Samuel Arogbonlo 2025-01-22 08:58:37 +01:00 committed by GitHub
parent 59a0da769d
commit fe91e8e422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 40 additions and 0 deletions

View file

@ -486,6 +486,8 @@ controller:
external:
# -- Enable the external controller service or not. Useful for internal-only deployments.
enabled: true
# -- Labels to be added to the external controller service.
labels: {}
# -- Annotations to be added to the external controller service. See `controller.service.internal.annotations` for annotations to be added to the internal controller service.
annotations: {}
# -- Labels to be added to both controller services.
@ -574,6 +576,8 @@ controller:
internal:
# -- Enable the internal controller service or not. Remember to configure `controller.service.internal.annotations` when enabling this.
enabled: false
# -- Labels to be added to the internal controller service.
labels: {}
# -- Annotations to be added to the internal controller service. Mandatory for the internal controller service to be created. Varies with the cloud service.
# Ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
annotations: {}