diff --git a/charts/philter/Chart.yaml b/charts/philter/Chart.yaml index 7825ce8..d14a236 100644 --- a/charts/philter/Chart.yaml +++ b/charts/philter/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: 0.1.4 +version: 0.1.5 # 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/philter/values.yaml b/charts/philter/values.yaml index 16745c2..50b0f89 100644 --- a/charts/philter/values.yaml +++ b/charts/philter/values.yaml @@ -158,11 +158,11 @@ ui: # This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ livenessProbe: httpGet: - path: /ui/status + path: /status port: http readinessProbe: httpGet: - path: /ui/status + path: /status port: http autoscaling: