utilityService group parameter

Use utilityService group to manage number of deployments, replica counts, thread counts and more, for all the shared utility services such as Catalog, Rules, Audit, and more.
The following YAML snippet is a sample schema of utilityService group:
  utilityService:
    serviceGroup: "dev"
The following table explains the property applicable for utilityService group.
Property Default value Value type Required Description
serviceGroup   string Yes Specify the service group for Optimization service service. Available options are dev, production, and <flexible_mode>. For flexible mode, use any values other than dev or production.
Note: Go to the utilityService group to enable logging and specify logLevel attribute. The default value is INFO. Available options are OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE, ALL.