mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
19 lines
324 B
YAML
19 lines
324 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
generateName: pod-
|
|
spec:
|
|
terminationGracePeriodSeconds: 0
|
|
containers:
|
|
- image: registry.k8s.io/pause:3.9
|
|
name: pause
|
|
ports:
|
|
- containerPort: 80
|
|
resources:
|
|
limits:
|
|
cpu: 900m
|
|
memory: 500Mi
|
|
requests:
|
|
cpu: 900m
|
|
memory: 500Mi
|