helm_create_service
Create a new service by providing a service configuration object with name and type.
Instructions
Create a service. service is a ServiceCreate object (requires at least
name and type; e.g. {"name": "...", "type": "process", "command": "..."}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes |