Skip to content

Commit

Permalink
use servicename hub-ui for apisix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Feb 23, 2023
1 parent b9084c3 commit c34692f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/hub-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: "0.7.1"
version: "0.7.2"

# 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/hub-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ routes:

- name: ui-private
subdomain: hub
serviceName: hub
serviceName: hub-ui
servicePort: 80
session:
enabled: true
Expand All @@ -93,7 +93,7 @@ routes:

- name: ui-private-invite
subdomain: hub
serviceName: hub
serviceName: hub-ui
servicePort: 80
session:
enabled: true
Expand All @@ -107,7 +107,7 @@ routes:

- name: ui-public
subdomain: hub
serviceName: hub
serviceName: hub-ui
servicePort: 80
websocket: true
methods:
Expand Down

0 comments on commit c34692f

Please sign in to comment.