Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of annotations for kuberntes Service #275

Open
antonioua opened this issue Nov 10, 2022 · 0 comments
Open

Add support of annotations for kuberntes Service #275

antonioua opened this issue Nov 10, 2022 · 0 comments
Labels

Comments

@antonioua
Copy link

antonioua commented Nov 10, 2022

We have a case when we need to expose Service through Azure Load Balancer.
Currently we are using kustomize and helm post-render to achieve this but it'll be nice to have this configurable in values.yaml.

Proposal config entry in values.yaml:

service:
  annotations:
    service.beta.kubernetes.io/azure-load-balancer-internal: "true"

Resulting Service manifest:

apiVersion: v1
kind: Service
metadata:
  annotations:
    service.beta.kubernetes.io/azure-load-balancer-internal: "true"
  name: prometheus-msteams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant