Skip to content

Commit

Permalink
Correct UI port
Browse files Browse the repository at this point in the history
  • Loading branch information
JessieAMorris committed Dec 6, 2024
1 parent 019d706 commit 39566de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/philter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/philter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ ui:

service:
type: ClusterIP
port: 8080
port: 9000

resources: {}
# limits:
Expand All @@ -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:
Expand Down

0 comments on commit 39566de

Please sign in to comment.