27 lines
673 B
JSON
27 lines
673 B
JSON
{
|
|
"id": "example-tenant",
|
|
"resource_type": "tenant",
|
|
"schema_version": "v1",
|
|
"desired_state": {
|
|
"display_name": "Example Tenant",
|
|
"deployment_policy": {
|
|
"target_node_id": "host-1"
|
|
},
|
|
"service_ids": [
|
|
"service-web"
|
|
],
|
|
"compose": {
|
|
"tenant_id": "example-tenant",
|
|
"compose_file": "services:\n web:\n image: nginx:alpine\n restart: unless-stopped\n ports:\n - \"${NGINX_PORT}:80\"\n",
|
|
"env": {
|
|
"NGINX_PORT": "8081"
|
|
}
|
|
}
|
|
},
|
|
"current_state": {},
|
|
"last_applied_state": {},
|
|
"metadata": {},
|
|
"created_at": "2026-04-05T00:00:00.000Z",
|
|
"updated_at": "2026-04-05T00:00:00.000Z"
|
|
}
|