Configuring Labels and Annotations for the connectware-agent Helm Chart
You can add Kubernetes labels and annotations to your agents. There are three pairs of values, that control where labels and annotations are added:
Value
Added to
annotations
, labels
StatefulSet
podAnnotations
, podLabels
Pod
service.annotations
, service.labels
Service
All values exist for protocolMapperAgentDefaults
and in per-agent protocolMapperAgents
entries. When you specify them in both contexts, both will be added to the Kubernetes objects.
Example
PreviousConfiguring Environment Variables for the connectware-agent Helm ChartNextConfiguring podAntiAffinity for the connectware-agent Helm Chart
Last updated
Was this helpful?