Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. apiVersion: apps/v1
  2. kind: Deployment
  3. metadata:
  4. creationTimestamp: null
  5. labels:
  6. run: nginx
  7. name: nginx
  8. spec:
  9. replicas: 3
  10. selector:
  11. matchLabels:
  12. run: nginx
  13. strategy: {}
  14. template:
  15. metadata:
  16. creationTimestamp: null
  17. labels:
  18. run: nginx
  19. spec:
  20. containers:
  21. - image: nginx
  22. name: nginx
  23. ports:
  24. - containerPort: 80
  25. resources: {}
  26. status: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement