Skip to content

Commit

Permalink
fix: Update CPU limits for Postgres exporter container (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
kardamk authored Oct 10, 2024
1 parent ca60c9d commit 733dfcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fin-pay-transparency/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ crunchy:
cpu: 5m
memory: 16Mi
limits:
cpu: 30m
cpu: 35m
memory: 32Mi
doc-gen-service:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/fin-pay-transparency/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ crunchy:
cpu: 5m
memory: 16Mi
limits:
cpu: 30m
cpu: 35m
memory: 32Mi
doc-gen-service:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/fin-pay-transparency/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ crunchy:
cpu: 5m
memory: 16Mi
limits:
cpu: 30m
cpu: 35m
memory: 32Mi
doc-gen-service:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/fin-pay-transparency/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ crunchy:
cpu: 5m
memory: 16Mi
limits:
cpu: 30m
cpu: 35m
memory: 32Mi
doc-gen-service:
enabled: true
Expand Down

0 comments on commit 733dfcb

Please sign in to comment.