How to override replicaCount per service

Hi,

Following is mentioned in helm chart of temporal:

# Global default settings (can be overridden per service)
  replicaCount: 1

Need to know how we can set different replicaCount per service. Is there any sample I can refer to?

You can look at helm charts values.yml, for example here and here.

1 Like