kubernetes/hack/testdata/sorted-pods/sorted-pod2.yaml
Mark Rossetti 534f052a8d
Updating pause image refernces to 3.9
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2022-11-14 10:24:54 -08:00

20 lines
347 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: sorted-pod2
creationTimestamp: "2018-08-30T14:10:55Z"
labels:
name: sorted-pod2-label
spec:
containers:
- name: kubernetes-pause1
image: registry.k8s.io/pause:3.9
resources:
requests:
memory: "1G"
cpu: "0.5"
limits:
memory: "2G"
cpu: "1"