We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89c2992 + 366c0f9 commit 19e2061Copy full SHA for 19e2061
1 file changed
helm-chart/values.yaml
@@ -10,6 +10,6 @@ service:
10
env:
11
PORT: "80"
12
ENVIRONMENT: "production"
13
- VITE_ADMIN_SERVICE_URL: "http://administration-microservice:8000"
14
- VITE_NOTIF_SERVICE_URL: "http://notifications-microservice:8000"
15
- VITE_USERS_SERVICE_URL: "http://users-microservice:8000"
+ VITE_ADMIN_SERVICE_URL: "http://administration-microservice:8000/administration"
+ VITE_NOTIF_SERVICE_URL: "http://notifications-microservice:8000/notifications"
+ VITE_USERS_SERVICE_URL: "http://users-microservice:8000/users"
0 commit comments