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: