From 4f24f5bdff1d85bd49c0cc3b2df1a5d51c75d62f Mon Sep 17 00:00:00 2001
From: Steven Powell <spowellgrr@gmail.com>
Date: Fri, 20 May 2022 16:13:39 -0700
Subject: [PATCH] increase metric-resolution

---
 .../metrics-server/metrics-server-deployment.yaml.tmpl      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/deploy/addons/metrics-server/metrics-server-deployment.yaml.tmpl b/deploy/addons/metrics-server/metrics-server-deployment.yaml.tmpl
index e8ed7029e4..9a47a24540 100644
--- a/deploy/addons/metrics-server/metrics-server-deployment.yaml.tmpl
+++ b/deploy/addons/metrics-server/metrics-server-deployment.yaml.tmpl
@@ -35,7 +35,7 @@ spec:
           - --secure-port=4443
           - --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
           - --kubelet-use-node-status-port
-          - --metric-resolution=15s
+          - --metric-resolution=20s
           - --kubelet-insecure-tls
         resources:
           requests:
@@ -47,14 +47,14 @@ spec:
           protocol: TCP
         readinessProbe:
           httpGet:
-            path: /readyz?exclude=livez
+            path: /readyz
             port: https
             scheme: HTTPS
           periodSeconds: 10
           failureThreshold: 3
         livenessProbe:
           httpGet:
-            path: /livez?exclude=readyz
+            path: /livez
             port: https
             scheme: HTTPS
           periodSeconds: 10