We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd18b7e commit 147285eCopy full SHA for 147285e
charts/kube-reqsizer/Chart.yaml
@@ -13,7 +13,7 @@ type: application
13
# This is the chart version. This version number should be incremented each time you make changes
14
# to the chart and its templates, including the app version.
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
-version: 0.9.2
+version: 0.9.21
17
dependencies:
18
- name: redis
19
condition: persistence.enabled
charts/kube-reqsizer/templates/deployment.yaml
@@ -17,6 +17,8 @@ spec:
control-plane: controller-manager
{{- include "kube-reqsizer.selectorLabels" . | nindent 8 }}
annotations:
20
+ prometheus.io/scrape: "true"
21
+ prometheus.io/port: '8080'
22
reqsizer.jatalocks.github.io/optimize: 'false'
23
spec:
24
containers:
0 commit comments