Let's define a . Create a folder service-defintion on Desktop (or any other preferred location) and create a file definition.json with the below content.
service name cannot have _ (underscore) in the name as same is not support by Helm -
odin operate service --operation operationName --name serviceName --env envName --file fileName
//operationName can be add_component or remove_component
Read more
You can add or remove component to a deployed service by running the following command. Refer to for more details: