File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments