Skip to content

Commit 147285e

Browse files
committed
⚡ prom true
modified: charts/kube-reqsizer/Chart.yaml; modified: charts/kube-reqsizer/templates/deployment.yaml
1 parent dd18b7e commit 147285e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/kube-reqsizer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.9.2
16+
version: 0.9.21
1717
dependencies:
1818
- name: redis
1919
condition: persistence.enabled

charts/kube-reqsizer/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ spec:
1717
control-plane: controller-manager
1818
{{- include "kube-reqsizer.selectorLabels" . | nindent 8 }}
1919
annotations:
20+
prometheus.io/scrape: "true"
21+
prometheus.io/port: '8080'
2022
reqsizer.jatalocks.github.io/optimize: 'false'
2123
spec:
2224
containers:

0 commit comments

Comments
 (0)