Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "id": "/hc",
  3. "cmd": "nc -l -k -p $PORT",
  4. "cpus": 0.001,
  5. "mem": 32,
  6. "instances": 1,
  7. "healthChecks": [
  8. {
  9. "protocol": "MESOS_TCP",
  10. "gracePeriodSeconds": 20,
  11. "intervalSeconds": 1,
  12. "timeoutSeconds": 5,
  13. "maxConsecutiveFailures": 9999,
  14. "portIndex": 0,
  15. "delaySeconds": 0,
  16. "delay": 0
  17. }
  18. ],
  19. "portDefinitions": [
  20. {
  21. "protocol": "tcp",
  22. "port": 0
  23. }
  24. ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement