Skip to content

Commit

Permalink
feat: Add container port for Prometheus on operator YAML (kedacore#1562)
Browse files Browse the repository at this point in the history
* feat: Add container port for Prometheus on operator YAML

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Update changelog

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove authored and Rodolfodc committed Mar 11, 2021
1 parent 5139dcd commit e266bcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
### Improvements

- Add `KEDA_HTTP_DEFAULT_TIMEOUT` support in operator ([#1548](https://github.com/kedacore/keda/issues/1548))
- Removed `MIN field` for scaledjob.([#1553](https://github.com/kedacore/keda/pull/1553))
- Removed `MIN field` for scaledjob ([#1553](https://github.com/kedacore/keda/pull/1553))
- Add container port for Prometheus on operator YAML ([#1562](https://github.com/kedacore/keda/pull/1562))
- Fix a memory leak in kafka client and close push scalers ([#1565](https://github.com/kedacore/keda/issues/1565))

### Breaking Changes
Expand Down
4 changes: 4 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ spec:
path: /readyz
port: 8081
initialDelaySeconds: 20
ports:
- containerPort: 8080
name: http
protocol: TCP
env:
- name: WATCH_NAMESPACE
value: ""
Expand Down

0 comments on commit e266bcd

Please sign in to comment.