Skip to content

Commit

Permalink
Merge pull request #110 from akash4sh/main
Browse files Browse the repository at this point in the history
config: Increase NATS max payload size and Increase agent cpu & memory limit
  • Loading branch information
jebinjeb authored Jul 27, 2023
2 parents 7cc24c2 + a84d239 commit 589499e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.5
version: 0.2.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ ingress:

resources:
limits:
cpu: 200m
memory: 256Mi
cpu: 2
memory: 2Gi
requests:
cpu: 200m
memory: 256Mi
Expand Down
2 changes: 1 addition & 1 deletion charts/nats/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ maintainers:
name: Jaime Piña
url: https://github.com/variadico
name: nats
version: 0.13.3
version: 0.13.4
2 changes: 1 addition & 1 deletion charts/nats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ nats:
maxConnections:
maxSubscriptions:
maxControlLine:
maxPayload:
maxPayload: "64MB"

writeDeadline:
maxPending:
Expand Down

0 comments on commit 589499e

Please sign in to comment.