Customizing workloads in Suite License Service

Starting in Suite License Service 3.8.0, you can manually configure workloads to scale them to match demand. You can modify the pod specifications, such as replicas, container resources, affinity, anti-affinity, and tolerations. You can configure only pods that are supported by Suite License Service to customize the workload scale, affinity, or tolerations.

The following deployment pod is handled by the LicenseService custom resource object:

Table 1. The deployment pod that is handled by the LicenseService custom resource object
Pod name Container type Container name Default replicas Default resources
api-licensing Container api-licensing 1
requests:
  cpu: 0.01
  memory: 512Mi
limits:
  cpu: 0.8
  memory: 2Gi