2 changed files with 42 additions and 0 deletions
@ -0,0 +1,24 @@
|
||||
apiVersion: apps/v1 |
||||
kind: Deployment |
||||
metadata: |
||||
name: busybox-eats-everything |
||||
spec: |
||||
selector: |
||||
matchLabels: |
||||
app: busybox-is-hungry |
||||
replicas: 12 |
||||
template: |
||||
metadata: |
||||
labels: |
||||
app: busybox-is-hungry |
||||
spec: |
||||
containers: |
||||
- name: busybox |
||||
image: busybox |
||||
args: |
||||
- sleep |
||||
- "1000000" |
||||
resources: |
||||
requests: |
||||
memory: "2Gi" |
||||
cpu: "10" |
Loading…
Reference in new issue