mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-04 20:41:24 -03:00
678 B
678 B
Annotations
key: addAnnotations
-
Type:
dict -
Default:
addAnnotations: traefik: true metallb: true -
Helm Template: ❌
Enables or disables addition of annotations in Service objects.
metallb: true adds metallb.universe.tf/allow-shared-ip: $FULLNAME annotation.
Only when service type is LoadBalancer.
traefik: true adds traefik.ingress.kubernetes.io/service.serversscheme: https
annotation. Only when service protocol is HTTPS
Examples:
addAnnotations:
traefik: true
metallb: true
Kubernetes Documentation: