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