helm-charts
helm-charts copied to clipboard
Adds annotations on service
This PR adds annotations on service.
This is useful if you want, for example, to create DNS records with external DNS:
service:
type: LoadBalancer
port: 9090
annotations:
external-dns.alpha.kubernetes.io/hostname: <URL>