From 5899f173fc795bbcea85e2740f7ee538deb38f11 Mon Sep 17 00:00:00 2001 From: Mac Browning Date: Tue, 20 Feb 2024 14:51:56 -0800 Subject: [PATCH] Update resource defaults and documentation. --- charts/vantage-kubernetes-agent/Chart.yaml | 2 +- charts/vantage-kubernetes-agent/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/vantage-kubernetes-agent/Chart.yaml b/charts/vantage-kubernetes-agent/Chart.yaml index 2bc0bd6..1ea4b13 100644 --- a/charts/vantage-kubernetes-agent/Chart.yaml +++ b/charts/vantage-kubernetes-agent/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: vantage-kubernetes-agent description: Provisions the Vantage Kubernetes agent. type: application -version: 1.0.26 +version: 1.0.27 appVersion: "1.0.18" icon: "https://assets.vantage.sh/www/vantage_avatar-social.jpg" diff --git a/charts/vantage-kubernetes-agent/values.yaml b/charts/vantage-kubernetes-agent/values.yaml index 30349bf..4705670 100644 --- a/charts/vantage-kubernetes-agent/values.yaml +++ b/charts/vantage-kubernetes-agent/values.yaml @@ -58,16 +58,16 @@ service: # These limits are set low to support small clusters (<=20nodes) and should be considered minimum values for deploying an agent. # Estimates for larger clusters are roughly: # ~1CPU/1000node -# ~2MB/node -# These are estimates and will vary based on node density, label usage, cluster activity, etc. +# ~5MB/node +# These are estimates and will vary significantly based on pod density per node, label usage, cluster activity, etc. # Agent should reach an approximate steady state after ~1hour of consistent uptime and can be tuned accordingly. resources: limits: cpu: 100m - memory: 50Mi + memory: 100Mi requests: cpu: 100m - memory: 50Mi + memory: 100Mi imagePullSecrets: []