diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index ac666781..20a1b45a 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -54,10 +54,10 @@ microservice-chart: allowPrivilegeEscalation: false resources: requests: - memory: "1024Mi" + memory: "1512Mi" cpu: "0.75" limits: - memory: "1024Mi" + memory: "1512Mi" cpu: "0.75" autoscaling: enable: true diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index beb30d93..66ba7f00 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -54,10 +54,10 @@ microservice-chart: allowPrivilegeEscalation: false resources: requests: - memory: "1024Mi" + memory: "1512Mi" cpu: "0.75" limits: - memory: "1024Mi" + memory: "1512Mi" cpu: "0.75" autoscaling: enable: true @@ -76,6 +76,7 @@ microservice-chart: # Required type: Utilization # Allowed types are 'Utilization' or 'AverageValue' value: "70" + fileConfig: {} envConfig: ENV: "prod" WEBSITE_SITE_NAME: "pagopareceiptpdfgenerator" # required to show cloud role name in application insights diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 060aeadb..49a79b41 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -54,10 +54,10 @@ microservice-chart: allowPrivilegeEscalation: false resources: requests: - memory: "1024Mi" + memory: "1512Mi" cpu: "0.75" limits: - memory: "1024Mi" + memory: "1512Mi" cpu: "0.75" autoscaling: enable: true