From 98177bf8377347320eafb0077ae0fcaace13282d Mon Sep 17 00:00:00 2001 From: Nithunikzz Date: Tue, 16 Apr 2024 11:51:14 +0530 Subject: [PATCH] kuberhealthy url fix --- charts/agent/Chart.yaml | 2 +- charts/agent/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 5e80c02f..33444035 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.19 +version: 1.1.20 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 46b6980d..5ac670e1 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -188,7 +188,7 @@ schedule: kuberhealthy: enabled: true pollInterval: "60m" - url: "http://kuberhealthy:8080" + url: "http://kuberhealthy:80" check: podRestarts: enabled: true