Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4. creationTimestamp: null
  5. labels:
  6. run: nginx-01
  7. name: nginx-01
  8. spec:
  9. containers:
  10. - image: nginx
  11. name: nginx-01
  12. resources: {}
  13. dnsPolicy: ClusterFirst
  14. restartPolicy: Never
  15. status: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement