14 lines
221 B
YAML
Raw Normal View History

2018-01-09 13:57:14 -05:00
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: my-depl
spec:
template:
metadata:
labels:
l1: l1
spec:
containers:
- name: nginx
2018-03-06 17:33:18 -05:00
image: k8s.gcr.io/nginx:1.7.9