mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
add port to service URLS in deployment
This commit is contained in:
@@ -82,11 +82,11 @@ spec:
|
||||
- name: FYIPE_HOSTED
|
||||
value: "true"
|
||||
- name: HOST
|
||||
value: "http://accounts"
|
||||
value: "http://accounts:3003"
|
||||
- name: BACKEND_HOST
|
||||
value: "http://backend"
|
||||
value: "http://backend:3002"
|
||||
- name: DASHBOARD_HOST
|
||||
value: "http://dashboard"
|
||||
value: "http://dashboard:3000"
|
||||
ports:
|
||||
- containerPort: 3003
|
||||
hostPort: 3003
|
||||
|
||||
Reference in New Issue
Block a user