-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
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
Labels
No labels