- Notifications
You must be signed in to change notification settings - Fork927
Open
Labels
Description
When creating dashboards or alerts, it is helpful to be able to easily target a particular slice of the Coder deployment, for example:
- Pods/deployments running
coder server
(a.k.a.coderd
) - Pods/deployments running
coder provisioner
(a.k.aprovisionerd
) - Pods/deployments running
coder wsproxy
(a.k.awsproxy
)
To support this, modify the Helm chart to add the following default annotations:
com.coder/component
=(coderd|provisionerd|wsproxy)