From 138f98439ca47dc1334d92353cc024e7f1a36d6e Mon Sep 17 00:00:00 2001 From: mbondada-sm Date: Mon, 6 Jul 2026 11:02:05 -0700 Subject: [PATCH] Add new instance types for health monitoring agent feat: g4dn to health-monitoring-agent supported instance types. --- .../templates/health-monitoring-agent.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/templates/health-monitoring-agent.yaml b/helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/templates/health-monitoring-agent.yaml index 8c407699..e5020ffb 100644 --- a/helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/templates/health-monitoring-agent.yaml +++ b/helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/templates/health-monitoring-agent.yaml @@ -113,6 +113,12 @@ spec: - ml.p6-b200.48xlarge - ml.p6-b300.48xlarge - ml.p6e-gb200.36xlarge + - ml.g4dn.xlarge + - ml.g4dn.2xlarge + - ml.g4dn.4xlarge + - ml.g4dn.8xlarge + - ml.g4dn.12xlarge + - ml.g4dn.16xlarge containers: - name: health-monitoring-agent image: {{ include "health-monitoring-agent.imageUri" . }} @@ -254,4 +260,4 @@ spec: - effect: NoSchedule operator: Exists - effect: NoExecute - operator: Exists \ No newline at end of file + operator: Exists