We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6f283 commit d0ed863Copy full SHA for d0ed863
articles/aks/use-wasi-node-pools.md
@@ -168,9 +168,16 @@ spec:
168
spec:
169
runtimeClassName: wasmtime-slight-v1
170
containers:
171
- - name: testwasm
+ - name: hello-slight
172
image: ghcr.io/deislabs/containerd-wasm-shims/examples/slight-rust-hello:latest
173
command: ["/"]
174
+ resources:
175
+ requests:
176
+ cpu: 10m
177
+ memory: 10Mi
178
+ limits:
179
+ cpu: 500m
180
+ memory: 128Mi
181
---
182
apiVersion: v1
183
kind: Service
0 commit comments