github.com/castai/kvisor@v1.7.1-0.20240516114728-b3572a2607b5/demo/2.steal-data/wallet.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: wallet 5 namespace: eshop 6 labels: 7 app: wallet 8 spec: 9 replicas: 1 10 selector: 11 matchLabels: 12 app: wallet 13 template: 14 metadata: 15 labels: 16 app: wallet 17 spec: 18 containers: 19 - name: wallet 20 image: ghcr.io/castai/kvisor/kvisor-event-generator 21 imagePullPolicy: Always 22 args: 23 - "-mode" 24 - "thief" 25 - "-thief-delay" 26 - "80s" 27 - "-thief-interval" 28 - "5s"