The orderService
custom resource is used to deploy an independent
instance of Order Service. If you are deploying Order Service independently, you must integrate it
with Sterling Order Management System Software environment separately.
Procedure
- Create an
OrderService
yaml file by configuring the required parameters.
For more information about the parameters, see OrderService parameters.
- To get started, see the sample manifest that is provided. For more information, see OrderService custom resource manifest.
- Run the following command to create or update
OrderService
.
oc apply -f <orderservice-manifest-yaml> -n <namespace>
- Monitor the status of the custom resources to ensure that the installation is successful.
For more information, see Operator status details.
- To delete the
OrderService
, run the following command.
oc delete orderservice <name-of-cr> -n <namespace>