Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. kind: Deployment
  2. metadata:
  3. labels:
  4. app: profile
  5. name: profile
  6. spec:
  7. progressDeadlineSeconds: 600
  8. replicas: 4
  9. revisionHistoryLimit: 10
  10. selector:
  11. matchLabels:
  12. app: profile
  13. strategy:
  14. rollingUpdate:
  15. maxSurge: 25%
  16. maxUnavailable: 25%
  17. type: RollingUpdate
  18. template:
  19. metadata:
  20. labels:
  21. app: profile
  22. spec:
  23. containers:
  24. - image: docker.io/mattvogel/profile:v1.01
  25. imagePullPolicy: IfNotPresent
  26. name: profile
  27. restartPolicy: Always
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement