Configuring OrderService custom resource

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

  1. Create an OrderService yaml file by configuring the required parameters. For more information about the parameters, see OrderService parameters.
    To integrate OrderServicewith Sterling Order Management System Software environment separately, see Enabling Sterling Order Management System Software to connect to Order Service.
  2. To get started, see the sample manifest that is provided. For more information, see OrderService custom resource manifest.
  3. Run the following command to create or update OrderService.
    oc apply -f <orderservice-manifest-yaml> -n <namespace> 
  4. Monitor the status of the custom resources to ensure that the installation is successful. For more information, see Operator status details.
  5. To delete the OrderService, run the following command.
    oc delete orderservice <name-of-cr> -n <namespace>