helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Adds annotations on service

Open DeLoWaN opened this issue 1 year ago • 0 comments

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>

DeLoWaN avatar Nov 07 '23 14:11 DeLoWaN