Guest User

Untitled

a guest
Dec 13th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. apiVersion: apps/v1
  2. kind: Deployment
  3. metadata:
  4. name: colony-api-develop
  5. labels:
  6. app: colony-api
  7. spec:
  8. selector:
  9. matchLabels:
  10. app: colony-api
  11. replicas: 3
  12. template:
  13. metadata:
  14. labels:
  15. app: colony-api
  16. spec:
  17. containers:
  18. - name: colony-api
  19. image: futursdevregistry.azurecr.io/crowdvalue-colony-api:develop
  20. resources:
  21. requests:
  22. cpu: 100m
  23. memory: 1000Mi
  24. ports:
  25. - containerPort: 3001
  26. name: nodejs-port
Add Comment
Please, Sign In to add comment