52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"manifestVersion": "v1",
|
|
"environment": "dev",
|
|
"commitId": "6509a35",
|
|
"namespace": "hwlab-dev",
|
|
"endpoint": "http://74.48.78.17:6667",
|
|
"profiles": {
|
|
"dev": {
|
|
"name": "dev",
|
|
"enabled": true,
|
|
"namespace": "hwlab-dev",
|
|
"endpoint": "http://74.48.78.17:6667",
|
|
"notes": "HWLAB dev deploy manifest with explicit commitId for repo-local skills artifact"
|
|
}
|
|
},
|
|
"services": [
|
|
{
|
|
"serviceId": "hwlab-agent-mgr",
|
|
"image": "hwlab-agent-mgr:6509a35",
|
|
"namespace": "hwlab-dev",
|
|
"healthPath": "/health",
|
|
"profile": "dev",
|
|
"replicas": 1,
|
|
"env": {
|
|
"HWLAB_AGENT_SESSION_MODE": "control-plane"
|
|
}
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-worker",
|
|
"image": "hwlab-agent-worker:6509a35",
|
|
"namespace": "hwlab-dev",
|
|
"healthPath": "/health",
|
|
"profile": "dev",
|
|
"replicas": 0,
|
|
"env": {
|
|
"HWLAB_AGENT_SESSION_MODE": "session-scoped"
|
|
}
|
|
},
|
|
{
|
|
"serviceId": "hwlab-agent-skills",
|
|
"image": "hwlab-agent-skills:6509a35",
|
|
"namespace": "hwlab-dev",
|
|
"healthPath": "/health",
|
|
"profile": "dev",
|
|
"replicas": 1,
|
|
"env": {
|
|
"HWLAB_SKILLS_COMMIT_ID": "6509a35"
|
|
}
|
|
}
|
|
]
|
|
}
|