Skip to content

Commit 472ccef

Browse files
authored
[STIA] Removed resource constraints from helm template (open-edge-platform#2215)
Signed-off-by: Krishna Murti <krishna.murti@intel.com>
1 parent 16d9663 commit 472ccef

3 files changed

Lines changed: 3 additions & 11 deletions

File tree

metro-ai-suite/smart-traffic-intersection-agent/chart/templates/traffic-agent-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Copyright (C) 2025 Intel Corporation
33
SPDX-License-Identifier: Apache-2.0
44
*/}}
5+
56
apiVersion: apps/v1
67
kind: Deployment
78
metadata:

metro-ai-suite/smart-traffic-intersection-agent/chart/templates/vlm-serving-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Copyright (C) 2025 Intel Corporation
33
SPDX-License-Identifier: Apache-2.0
44
*/}}
5+
56
apiVersion: apps/v1
67
kind: Deployment
78
metadata:

metro-ai-suite/smart-traffic-intersection-agent/chart/values.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ trafficAgent:
6161
timeoutSeconds: 10
6262
failureThreshold: 3
6363
resources:
64-
limits:
65-
cpu: "2"
66-
memory: "2Gi"
67-
requests:
68-
cpu: "500m"
69-
memory: "512Mi"
7064
# Volume for persistent agent data
7165
persistence:
7266
enabled: true
@@ -129,12 +123,8 @@ vlmServing:
129123
timeoutSeconds: 10
130124
failureThreshold: 180
131125
resources:
132-
limits:
133-
cpu: "32"
134-
memory: "32Gi"
135126
requests:
136-
cpu: "16"
137-
memory: "16Gi"
127+
memory: "12Gi"
138128
# Volume for model cache
139129
persistence:
140130
enabled: true

0 commit comments

Comments
 (0)