Skip to content

Commit

Permalink
Metrics: Add app.kubernetes.io/component to selector. (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Jan 18, 2023
1 parent 0e34183 commit e28b2a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Added

- Metrics: Add `app.kubernetes.io/component` to selector. ([#393](https://github.com/giantswarm/nginx-ingress-controller-app/pull/393))

## [2.22.0] - 2023-01-17

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ spec:
{{- end }}
selector:
{{- include "ingress-nginx.selectorLabels" . | nindent 4 }}
app.kubernetes.io/component: controller
{{- end }}

0 comments on commit e28b2a9

Please sign in to comment.