github.com/castai/kvisor@v1.7.1-0.20240516114728-b3572a2607b5/demo/5.oom/oom.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: oom-test 5 namespace: demo 6 labels: 7 app: oom-test 8 spec: 9 replicas: 1 10 selector: 11 matchLabels: 12 app: oom-test 13 template: 14 metadata: 15 labels: 16 app: oom-test 17 spec: 18 containers: 19 - name: stress 20 image: vish/stress 21 args: 22 - "-mem-total" 23 - "1Gi" 24 - "-mem-alloc-size" 25 - "100Mi" 26 resources: 27 limits: 28 memory: "10Mi"