deployment-l2.yaml 414 B

12345678910111213141516171819
  1. apiVersion: extensions/v1beta1
  2. kind: Deployment
  3. metadata:
  4. name: my-depl
  5. # We expect this field to be defaulted to the new label l2
  6. labels: null
  7. spec:
  8. # We expect this field to be defaulted to the new label l2
  9. selector: null
  10. template:
  11. metadata:
  12. labels:
  13. l2: l2
  14. spec:
  15. containers:
  16. - name: nginx
  17. image: k8s.gcr.io/nginx:1.7.9
  18. terminationMessagePolicy: null