Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. kind: Deployment
  2. apiVersion: apps/v1
  3. metadata:
  4. annotations:
  5. deployment.kubernetes.io/revision: '1'
  6. selfLink: >-
  7. /apis/apps/v1/namespaces/infrastructure-configuration-kickstart/deployments/curl
  8. resourceVersion: '411740'
  9. name: curl
  10. uid: 3fd673c9-34fe-11e9-a2d6-005056a10f91
  11. creationTimestamp: '2019-02-20T10:57:00Z'
  12. generation: 1
  13. namespace: infrastructure-configuration-kickstart
  14. labels:
  15. app: curl
  16. spec:
  17. replicas: 1
  18. selector:
  19. matchLabels:
  20. app: curl
  21. template:
  22. metadata:
  23. creationTimestamp: null
  24. labels:
  25. app: curl
  26. spec:
  27. containers:
  28. - name: curl
  29. image: appropriate/curl
  30. command:
  31. - sleep
  32. - '3600'
  33. resources: {}
  34. terminationMessagePath: /dev/termination-log
  35. terminationMessagePolicy: File
  36. imagePullPolicy: Always
  37. restartPolicy: Always
  38. terminationGracePeriodSeconds: 30
  39. dnsPolicy: ClusterFirst
  40. securityContext: {}
  41. schedulerName: default-scheduler
  42. strategy:
  43. type: RollingUpdate
  44. rollingUpdate:
  45. maxUnavailable: 25%
  46. maxSurge: 25%
  47. revisionHistoryLimit: 10
  48. progressDeadlineSeconds: 600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement