Skip to content

Commit

Permalink
fix: increase resource (#14902)
Browse files Browse the repository at this point in the history
* fix: increase resource

* chore: charts update dirty files

* fix: resources

* chore: charts update dirty files

---------

Co-authored-by: andes-it <builders@andes.is>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 23, 2024
1 parent 31cd2cf commit 969e5e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/api/infra/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ export const serviceSetup = (services: {
.readiness('/health')
.liveness('/liveness')
.resources({
limits: { cpu: '600m', memory: '2048Mi' },
requests: { cpu: '250m', memory: '896Mi' },
limits: { cpu: '1200m', memory: '2048Mi' },
requests: { cpu: '350m', memory: '896Mi' },
})
.replicaCount({
default: 2,
Expand Down
4 changes: 2 additions & 2 deletions charts/islandis/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,10 @@ api:
min: 2
resources:
limits:
cpu: '600m'
cpu: '1200m'
memory: '2048Mi'
requests:
cpu: '250m'
cpu: '350m'
memory: '896Mi'
secrets:
ADR_LICENSE_FETCH_TIMEOUT: '/k8s/api/ADR_LICENSE_FETCH_TIMEOUT'
Expand Down
4 changes: 2 additions & 2 deletions charts/islandis/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,10 @@ api:
min: 2
resources:
limits:
cpu: '600m'
cpu: '1200m'
memory: '2048Mi'
requests:
cpu: '250m'
cpu: '350m'
memory: '896Mi'
secrets:
ADR_LICENSE_FETCH_TIMEOUT: '/k8s/api/ADR_LICENSE_FETCH_TIMEOUT'
Expand Down
4 changes: 2 additions & 2 deletions charts/islandis/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,10 @@ api:
min: 2
resources:
limits:
cpu: '600m'
cpu: '1200m'
memory: '2048Mi'
requests:
cpu: '250m'
cpu: '350m'
memory: '896Mi'
secrets:
ADR_LICENSE_FETCH_TIMEOUT: '/k8s/api/ADR_LICENSE_FETCH_TIMEOUT'
Expand Down

0 comments on commit 969e5e8

Please sign in to comment.