Skip to content

Commit

Permalink
Merge pull request #23 from vantage-sh/kube-resources
Browse files Browse the repository at this point in the history
Update resource defaults and documentation.
  • Loading branch information
macb authored Feb 20, 2024
2 parents 7f79a7b + 5899f17 commit 398b5dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/vantage-kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 4 additions & 4 deletions charts/vantage-kubernetes-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 398b5dc

Please sign in to comment.