Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. kind: Deployment
  2. metadata:
  3. name: deplo5dd7e3e7a5f59c32a62ce4d6
  4. spec:
  5. replicas: 1
  6. selector:
  7. matchLabels:
  8. app: 5dd7e3e7a5f59c32a62ce4d6
  9. template:
  10. metadata:
  11. labels:
  12. app: 5dd7e3e7a5f59c32a62ce4d6
  13. spec:
  14. containers:
  15. - name: 5dd7e3e7a5f59c32a62ce4d7
  16. image: dkr.hanaboso.net/pipes/pipes/pf-bridge:dev
  17. command:
  18. - ./dist/src/bin/pipes.js
  19. args:
  20. - start
  21. - multi_bridge
  22. ports:
  23. - containerPort: 8008
  24. volumeMounts:
  25. - name: topologyjson
  26. mountPath: /srv/app/topology
  27. - name: 5dd7e3e7a5f59c32a62ce4d8
  28. image: dkr.hanaboso.net/pipes/pipes/pf-bridge:dev
  29. command:
  30. - ./dist/src/bin/pipes.js
  31. args:
  32. - start
  33. - multi_bridge
  34. ports:
  35. - containerPort: 8008
  36. volumeMounts:
  37. - name: topologyjson
  38. mountPath: /srv/app/topology
  39. - name: 5dd7e3e7a5f59c32a62ce4d9
  40. image: dkr.hanaboso.net/pipes/pipes/pf-bridge:dev
  41. command:
  42. - ./dist/src/bin/pipes.js
  43. args:
  44. - start
  45. - multi_bridge
  46. ports:
  47. - containerPort: 8008
  48. volumeMounts:
  49. - name: topologyjson
  50. mountPath: /srv/app/topology
  51. volumes:
  52. - name: topologyjson
  53. configMap:
  54. name: configmap5dd7e3e7a5f59c32a62ce4d6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement