Skip to content

Add Ability to Specify Service Labels #118

@prpercival

Description

@prpercival

Would it be possible to add service.labels as a parameter in the helm chart in values.yaml? Currently our Cilium deployment relies on these to allocate IP for access outside of the cluster. It doesn't seem like there is an easy way currently to accomplish this with the helm chart. I appreciate any help you can offer!

Here's am example of what I'm imaging based off of the bitnami redis cluster helm chart.

values:
    service:
      type: LoadBalancer
      loadBalancerIP: PLACEHOLDER
      externalAccess: true
      labels:
        service: PLACEHOLDER # matched by CiliumLoadBalancerIPPool
        cilium: l2-announce # matched by CiliumL2AnnouncementPolicy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions