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