You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
R.deployment:frontenddometadatado# Add single label with key 'color' and value 'blue'labelcolor: 'blue'# Add two labels in one calllabelsfeature: :frontend,component: :siteendend
annotations
Manipulates the annotations map:
R.deployment:frontenddo# Add single annotation with key 'color' and value 'blue'metadata.annotation'prometheus.io/scrape': 'true'# Add two labels in one callmetadata.annotations'services.example.org/red-blue': :red,'services.example.org/weight': 100end