1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-01-02 18:19:32 +00:00
ceph-csi/vendor/k8s.io/kubernetes/hack/testdata/initializer-deployments.yaml

26 lines
419 B
YAML
Raw Normal View History

2018-01-09 18:57:14 +00:00
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: web
initializers:
pending:
- name: podimage.initializer.com
labels:
run: web
spec:
replicas: 5
selector:
matchLabels:
run: web
template:
metadata:
labels:
run: web
spec:
containers:
- image: nginx:1.10
name: web
ports:
- containerPort: 80
protocol: TCP