[stable/promehteus-node-exporter] Fix health checks (#5295)

* [stable/promehteus-node-exporter] Fix health checks

Health checks need to be on the same port the service is on otherwise the health checks fail.

* Update version of chart.

Needed to update version of chart to pass CI
This commit is contained in:
Zach Aller
2018-04-27 13:55:19 -07:00
committed by k8s-ci-robot
parent 51d717670d
commit d7ed843798
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.15.2"
description: A Helm chart for prometheus node-exporter
name: prometheus-node-exporter
version: 0.1.1
version: 0.1.2
home: https://github.com/prometheus/node_exporter/
sources:
- https://github.com/prometheus/node_exporter/
@@ -37,11 +37,11 @@ spec:
livenessProbe:
httpGet:
path: /
port: http
port: {{ .Values.service.port }}
readinessProbe:
httpGet:
path: /
port: http
port: {{ .Values.service.port }}
resources:
{{ toYaml .Values.resources | indent 12 }}
volumeMounts:
@@ -63,4 +63,4 @@ spec:
path: /proc
- name: sys
hostPath:
path: /sys
path: /sys