k3s/hack/testdata/deployment-revision2.yaml

22 lines
358 B
YAML
Raw Normal View History

2018-12-19 16:17:46 +00:00
apiVersion: apps/v1
2016-01-19 22:50:03 +00:00
kind: Deployment
metadata:
name: nginx
2016-01-19 22:50:03 +00:00
labels:
name: nginx-undo
2016-01-19 22:50:03 +00:00
spec:
replicas: 3
selector:
2016-02-06 02:43:02 +00:00
matchLabels:
name: nginx-undo
2016-01-19 22:50:03 +00:00
template:
metadata:
labels:
name: nginx-undo
2016-01-19 22:50:03 +00:00
spec:
containers:
- name: nginx
image: k8s.gcr.io/nginx:1.7.9
2016-01-19 22:50:03 +00:00
ports:
- containerPort: 80