Files
chart/library/common/_docs/values/annotations.md
Stavros kois 1a2f2252d7 more docs
2022-11-29 17:43:32 +02:00

694 B

Annotations

key: addAnnotations

  • Type: dict

  • Default:

    addAnnotations:
      traefik: true
      metallb: true
    
  • Helm Template:

Enables or disables addition of annotations in Service objects.

metallb set to true adds metallb.universe.tf/allow-shared-ip: $FULLNAME annotation. Only when service type is LoadBalancer.

traefik set to true adds traefik.ingress.kubernetes.io/service.serversscheme: https annotation. Only when service protocol is HTTPS

Examples:

addAnnotations:
  traefik: true
  metallb: true

Kubernetes Documentation: