From bd1245e6faf9593faddc1fdc5644b40849789408 Mon Sep 17 00:00:00 2001 From: Akash LM Date: Thu, 27 Jul 2023 15:32:08 +0530 Subject: [PATCH 1/3] config: Increase NATS max payload size and Increase agent cpu & memory limit --- charts/agent/Chart.yaml | 2 +- charts/agent/values.yaml | 4 ++-- charts/client/Chart.yaml | 4 ++-- charts/nats/Chart.yaml | 2 +- charts/nats/values.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 8b137671..ca31515c 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -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 diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 379907c8..964db93e 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -123,8 +123,8 @@ ingress: resources: limits: - cpu: 200m - memory: 256Mi + cpu: 2 + memory: 200Gi requests: cpu: 200m memory: 256Mi diff --git a/charts/client/Chart.yaml b/charts/client/Chart.yaml index 237e79c4..82bb2eb8 100644 --- a/charts/client/Chart.yaml +++ b/charts/client/Chart.yaml @@ -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.3 +version: 0.2.4 # 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 @@ -25,7 +25,7 @@ appVersion: "1.16.0" dependencies: - name: nats condition: nats.enabled - version: 0.13.3 + version: 0.13.4 repository: https://intelops.github.io/kubviz/ - name: clickhouse condition: clickhouse.enabled diff --git a/charts/nats/Chart.yaml b/charts/nats/Chart.yaml index 6ae0bccf..2ceaa087 100644 --- a/charts/nats/Chart.yaml +++ b/charts/nats/Chart.yaml @@ -19,4 +19,4 @@ maintainers: name: Jaime PiƱa url: https://github.com/variadico name: nats -version: 0.13.3 +version: 0.13.4 diff --git a/charts/nats/values.yaml b/charts/nats/values.yaml index 9b855a1e..b59003fd 100644 --- a/charts/nats/values.yaml +++ b/charts/nats/values.yaml @@ -110,7 +110,7 @@ nats: maxConnections: maxSubscriptions: maxControlLine: - maxPayload: + maxPayload: "64MB" writeDeadline: maxPending: From 45ab4e7d7ae2f02a8f297a9699ca2cc5a1d13f78 Mon Sep 17 00:00:00 2001 From: Akash LM Date: Thu, 27 Jul 2023 22:15:46 +0530 Subject: [PATCH 2/3] config: updated agent memory limit --- charts/agent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 964db93e..e1d91c3a 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -124,7 +124,7 @@ ingress: resources: limits: cpu: 2 - memory: 200Gi + memory: 2Gi requests: cpu: 200m memory: 256Mi From a84d239593e65bebf0c712fc6d5cb9ff1d22121e Mon Sep 17 00:00:00 2001 From: Akash LM Date: Thu, 27 Jul 2023 22:28:18 +0530 Subject: [PATCH 3/3] config: modified chart.yaml --- charts/client/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/client/Chart.yaml b/charts/client/Chart.yaml index 82bb2eb8..237e79c4 100644 --- a/charts/client/Chart.yaml +++ b/charts/client/Chart.yaml @@ -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.4 +version: 0.2.3 # 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 @@ -25,7 +25,7 @@ appVersion: "1.16.0" dependencies: - name: nats condition: nats.enabled - version: 0.13.4 + version: 0.13.3 repository: https://intelops.github.io/kubviz/ - name: clickhouse condition: clickhouse.enabled