Skip to content

Commit 3840608

Browse files
Merge pull request #274114 from pauldotyu/main
Increase resource limits for ai-service in AKS+OpenAI docs
2 parents e37832c + ac6d996 commit 3840608

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/aks/open-ai-quickstart.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ Now that the application is deployed, you can deploy the Python-based microservi
229229
cpu: 20m
230230
memory: 50Mi
231231
limits:
232-
cpu: 30m
233-
memory: 85Mi
232+
cpu: 50m
233+
memory: 128Mi
234234
---
235235
apiVersion: v1
236236
kind: Service
@@ -284,7 +284,7 @@ Now that the application is deployed, you can deploy the Python-based microservi
284284
nodeSelector:
285285
"kubernetes.io/os": linux
286286
containers:
287-
- name: order-service
287+
- name: ai-service
288288
image: ghcr.io/azure-samples/aks-store-demo/ai-service:latest
289289
ports:
290290
- containerPort: 5001
@@ -298,10 +298,10 @@ Now that the application is deployed, you can deploy the Python-based microservi
298298
resources:
299299
requests:
300300
cpu: 20m
301-
memory: 46Mi
301+
memory: 50Mi
302302
limits:
303-
cpu: 30m
304-
memory: 65Mi
303+
cpu: 50m
304+
memory: 128Mi
305305
---
306306
apiVersion: v1
307307
kind: Service

articles/aks/open-ai-secure-access-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ To use Microsoft Entra Workload ID on AKS, you need to make a few changes to the
227227
cpu: 20m
228228
memory: 50Mi
229229
limits:
230-
cpu: 30m
231-
memory: 85Mi
230+
cpu: 50m
231+
memory: 128Mi
232232
EOF
233233
```
234234

0 commit comments

Comments
 (0)