Skip to content

Commit

Permalink
[mse] Set flag default values (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg committed Sep 30, 2024
1 parent 66e43a9 commit 7378095
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/metrics-server-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: ">=2.0.0"
version: 0.9.0
version: 0.9.1
description: K8s metrics exporter in prometheus format
name: metrics-server-exporter
home: https://iguazio.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
- --namespace={{ .Release.Namespace }}
- --listen-addr=:{{ .Values.container.port }}
- --handle-gpu-metrics={{ .Values.container.handleGPUMetrics }}
- --status-field-selector={{ .Values.container.statusFieldSelector }}
- --pod-list-limit={{ .Values.container.podListLimit }}
ports:
- containerPort: {{ .Values.container.port }}
protocol: {{ .Values.container.protocol }}
Expand Down
2 changes: 2 additions & 0 deletions stable/metrics-server-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ container:
logLevel: info

handleGPUMetrics: false
statusFieldSelector: status.phase=Running
podListLimit: 100

service:
port: 9104
Expand Down

0 comments on commit 7378095

Please sign in to comment.