mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Update dependencies and the test images to use pause 3.5. We also provide a changelog entry for the new container image version. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
15 lines
227 B
YAML
15 lines
227 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
generateName: pod-
|
|
spec:
|
|
containers:
|
|
- image: k8s.gcr.io/pause:3.5
|
|
name: pause
|
|
ports:
|
|
- containerPort: 80
|
|
resources:
|
|
requests:
|
|
cpu: 9
|
|
memory: 500Mi
|