mesos-dns.json 265 B

123456789
  1. // not working yet
  2. {"id": "mesos-dns",
  3. "env": {"DEVELOP": "/develop"},
  4. "cmd": "sudo $DEVELOP/mesos-dns -config=$DEVELOP/marathon-apps/mesos-dns-config.json",
  5. "cpus": 0.1,
  6. "mem": 128,
  7. "instances": 1,
  8. "constraints": [["hostname", "CLUSTER", "192.168.33.33 "]]}