Skip to content

Commit

Permalink
feat: [Pagopa-1799] - add filter (#77)
Browse files Browse the repository at this point in the history
* [PAGOPA-1799] add filter: added filter to cached list

* [PAGOPA-1799] add filter: update openapi

* [PAGOPA-1799] add filter: fix issue

* fi

---------

Co-authored-by: pagopa-github-bot <[email protected]>
Co-authored-by: aacitelli <[email protected]>
Co-authored-by: pasqualespica <[email protected]>
  • Loading branch information
4 people authored Jul 2, 2024
1 parent 1c5fafc commit 739a80f
Show file tree
Hide file tree
Showing 17 changed files with 3,875 additions and 3,883 deletions.
8 changes: 4 additions & 4 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ microservice-chart:
resources:
requests:
memory: "512Mi"
cpu: "300m"
cpu: "400m"
limits:
memory: "640Mi"
cpu: "500m"
memory: "1512Mi"
cpu: "800m"
autoscaling:
enable: true
minReplica: 2
maxReplica: 10
maxReplica: 6
pollingInterval: 10 # seconds
cooldownPeriod: 50 # seconds
triggers:
Expand Down
Loading

0 comments on commit 739a80f

Please sign in to comment.