Skip to content

Commit d0ed863

Browse files
committed
add resource requests and limits for added stability
1 parent 5a6f283 commit d0ed863

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/aks/use-wasi-node-pools.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,16 @@ spec:
168168
spec:
169169
runtimeClassName: wasmtime-slight-v1
170170
containers:
171-
- name: testwasm
171+
- name: hello-slight
172172
image: ghcr.io/deislabs/containerd-wasm-shims/examples/slight-rust-hello:latest
173173
command: ["/"]
174+
resources:
175+
requests:
176+
cpu: 10m
177+
memory: 10Mi
178+
limits:
179+
cpu: 500m
180+
memory: 128Mi
174181
---
175182
apiVersion: v1
176183
kind: Service

0 commit comments

Comments
 (0)