Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions charts/eks-node-monitoring-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ The following table lists the configurable parameters for this chart and their d
| dcgmAgent.image.pullPolicy | string | `"IfNotPresent"` | Container pull policy for the dcgm-exporter |
| dcgmAgent.image.region | string | `"us-west-2"` | ECR repository region for the dcgm-exporter |
| dcgmAgent.image.tag | string | `"4.4.0-4.5.0-ubuntu22.04"` | Image tag for the dcgm-exporter |
| dcgmAgent.podLabels | object | `{}` | Pod labels applied to the dcgm exporter |
| dcgmAgent.resources | object | `{}` | Container resources for the dcgm deployment |
| dcgmAgent.tolerations | list | `[]` | Deployment tolerations for the dcgm |
| fullnameOverride | string | `"eks-node-monitoring-agent"` | A fullname override for the chart |
Expand All @@ -56,6 +57,7 @@ The following table lists the configurable parameters for this chart and their d
| nodeAgent.image.pullPolicy | string | `"IfNotPresent"` | Container pull policyfor the eks-node-monitoring-agent |
| nodeAgent.image.region | string | `"us-west-2"` | ECR repository region for the eks-node-monitoring-agent |
| nodeAgent.image.tag | string | `"v1.5.0-eksbuild.1"` | Image tag for the eks-node-monitoring-agent |
| nodeAgent.podLabels | object | `{}` | Pod labels applied to the eks-node-monitoring-agent |
| nodeAgent.resources | object | `{"limits":{"cpu":"250m","memory":"200Mi"},"requests":{"cpu":"10m","memory":"30Mi"}}` | Container resources for the eks-node-monitoring-agent |
| nodeAgent.securityContext | object | `{"capabilities":{"add":["NET_ADMIN"]},"privileged":true}` | Container Security context for the eks-node-monitoring-agent |
| nodeAgent.tolerations | list | `[{"operator":"Exists"}]` | Deployment tolerations for the eks-node-monitoring-agent |
Expand Down