mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08: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: