diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 251b5982..c529d8cb 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -62,6 +62,12 @@ microservice-chart: enable: true minReplica: 2 maxReplica: 3 + triggers: + - type: cpu + metadata: + # Required + type: Utilization # Allowed types are 'Utilization' or 'AverageValue' + value: "75" envConfig: WEBSITE_SITE_NAME: 'pagopaafmutils' # required to show cloud role name in application insights ENV: 'prod'