14 lines
208 B
YAML
14 lines
208 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: busybox3
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: busybox-cnt01
|
||
|
image: busybox
|
||
|
resources:
|
||
|
limits:
|
||
|
memory: "300Mi"
|
||
|
requests:
|
||
|
memory: "100Mi"
|