Skip to content

Commit 2759e56

Browse files
authored
Merge pull request #104839 from devigned/wasi-aks-res
add resource requests and limits for added stability
2 parents 7d819a0 + d0ed863 commit 2759e56

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)