Skip to content

Commit

Permalink
upd mem req
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Oct 4, 2023
1 parent ac4c4b1 commit 70f4b02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70f4b02

Please sign in to comment.