Skip to content

Commit 60fc203

Browse files
authored
Merge pull request #20 from holaplex/mpw/update-gw-routes
use servicename hub-ui for apisix routes
2 parents b9084c3 + c34692f commit 60fc203

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/hub-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type: application
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2121

22-
version: "0.7.1"
22+
version: "0.7.2"
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to

charts/hub-gateway/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ routes:
6868

6969
- name: ui-private
7070
subdomain: hub
71-
serviceName: hub
71+
serviceName: hub-ui
7272
servicePort: 80
7373
session:
7474
enabled: true
@@ -93,7 +93,7 @@ routes:
9393

9494
- name: ui-private-invite
9595
subdomain: hub
96-
serviceName: hub
96+
serviceName: hub-ui
9797
servicePort: 80
9898
session:
9999
enabled: true
@@ -107,7 +107,7 @@ routes:
107107

108108
- name: ui-public
109109
subdomain: hub
110-
serviceName: hub
110+
serviceName: hub-ui
111111
servicePort: 80
112112
websocket: true
113113
methods:

0 commit comments

Comments
 (0)