From 45b6b861ae6dd456d4e4a4dad805d197b7868824 Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Fri, 2 Sep 2016 11:50:32 +0200 Subject: [PATCH] Fixed port in Heapster liveness probe --- .../addons/cluster-monitoring/google/heapster-controller.yaml | 2 +- .../googleinfluxdb/heapster-controller-combined.yaml | 2 +- .../addons/cluster-monitoring/influxdb/heapster-controller.yaml | 2 +- .../cluster-monitoring/standalone/heapster-controller.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/addons/cluster-monitoring/google/heapster-controller.yaml b/cluster/addons/cluster-monitoring/google/heapster-controller.yaml index a6c643ba1de..70e12aaf875 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 ea62e18ac48..1bac6fc0bdf 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 fce29c5ba7e..0f346d77263 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 12f3eca11d4..5a70c052970 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