From 39566dea2b7364ef99f62be188390212ffc4ccea Mon Sep 17 00:00:00 2001 From: JAM <272807+JessieAMorris@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:11:37 -0700 Subject: [PATCH] Correct UI port --- charts/philter/Chart.yaml | 2 +- charts/philter/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/philter/Chart.yaml b/charts/philter/Chart.yaml index ba87ebe..7825ce8 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.3 +version: 0.1.4 # 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 3abdc86..16745c2 100644 --- a/charts/philter/values.yaml +++ b/charts/philter/values.yaml @@ -145,7 +145,7 @@ ui: service: type: ClusterIP - port: 8080 + port: 9000 resources: {} # limits: @@ -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: /api/status + path: /ui/status port: http readinessProbe: httpGet: - path: /api/status + path: /ui/status port: http autoscaling: