Add settings service to deploy map and health monitor
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1d5b345ea4
commit
b120fbf44e
2 changed files with 2 additions and 0 deletions
|
|
@ -11,5 +11,6 @@ export const deployMap = {
|
|||
'rates': { host: '10.10.10.115', path: '/opt/rates' },
|
||||
'portal': { host: '10.10.10.102', path: '/opt/portal' },
|
||||
'auth': { host: '10.10.10.101', path: '/opt/auth' },
|
||||
'settings': { host: '10.10.10.116', path: '/opt/settings' },
|
||||
// 'management' intentionally omitted — can't redeploy the container managing deploys
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue