Skip to content

feat(helm): add pod annotations to kubernetes resources specifying their component #13353

@johnstcn

Description

@johnstcn

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.a provisionerd)
  • Pods/deployments running coder wsproxy (a.k.a wsproxy)

To support this, modify the Helm chart to add the following default annotations:

  • com.coder/component = (coderd|provisionerd|wsproxy)

Metadata

Metadata

Assignees

No one assigned

    Labels

    helmArea: helm chart

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions