diff --git a/cluster/addons/cluster-monitoring/google/heapster-controller.yaml b/cluster/addons/cluster-monitoring/google/heapster-controller.yaml index 568af10280a..057280c3b8d 100644 --- a/cluster/addons/cluster-monitoring/google/heapster-controller.yaml +++ b/cluster/addons/cluster-monitoring/google/heapster-controller.yaml @@ -47,7 +47,7 @@ spec: livenessProbe: httpGet: path: /healthz - port: 8080 + port: 8082 scheme: HTTP initialDelaySeconds: 180 timeoutSeconds: 5 diff --git a/cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml b/cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml index 20eb0b18356..cbffc0a4c5b 100644 --- a/cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml +++ b/cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml @@ -47,7 +47,7 @@ spec: livenessProbe: httpGet: path: /healthz - port: 8080 + port: 8082 scheme: HTTP initialDelaySeconds: 180 timeoutSeconds: 5 diff --git a/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml b/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml index a95dfdd376a..d5791f334c9 100644 --- a/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml +++ b/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml @@ -47,7 +47,7 @@ spec: livenessProbe: httpGet: path: /healthz - port: 8080 + port: 8082 scheme: HTTP initialDelaySeconds: 180 timeoutSeconds: 5 diff --git a/cluster/addons/cluster-monitoring/standalone/heapster-controller.yaml b/cluster/addons/cluster-monitoring/standalone/heapster-controller.yaml index e9972dbbcce..7fe5dcc650c 100644 --- a/cluster/addons/cluster-monitoring/standalone/heapster-controller.yaml +++ b/cluster/addons/cluster-monitoring/standalone/heapster-controller.yaml @@ -43,7 +43,7 @@ spec: livenessProbe: httpGet: path: /healthz - port: 8080 + port: 8082 scheme: HTTP initialDelaySeconds: 180 timeoutSeconds: 5