mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 20:37:39 +00:00
9 lines
130 B
YAML
9 lines
130 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
generateName: pod-churn-
|
|
spec:
|
|
containers:
|
|
- image: k8s.gcr.io/pause:3.6
|
|
name: pause
|