diff --git a/dashboards/admin-web/src/lib/ops-stack.ts b/dashboards/admin-web/src/lib/ops-stack.ts index a4a8ce82..60c36431 100644 --- a/dashboards/admin-web/src/lib/ops-stack.ts +++ b/dashboards/admin-web/src/lib/ops-stack.ts @@ -190,9 +190,10 @@ export const STACK_SERVICES: ServiceDefinition[] = [ id: 'localmemgpt-web', name: 'LocalMemGPT Web', group: 'Product Web Apps', - description: 'LocalMemGPT web client hosted on the VM.', + description: + 'LocalMemGPT product web client hosted on the VM and treated as a public-facing candidate.', management: 'docker', - exposure: 'internal', + exposure: 'public', port: 3070, kind: 'http-status', default: 'http://localmemgpt-web:3070', @@ -201,8 +202,8 @@ export const STACK_SERVICES: ServiceDefinition[] = [ { id: 'llmlab-dashboard', name: 'LLM Lab Dashboard', - group: 'Product Web Apps', - description: 'Local LLM dashboard hosted on the VM.', + group: 'Internal Tooling', + description: 'Internal LLM lab dashboard hosted on the VM for operator and developer use.', management: 'docker', exposure: 'internal', port: 3075,