Advertisement
Guest User

Untitled

a guest
Aug 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.17 KB | None | 0 0
  1. {
  2.   "id": "/automatter/nfs_service",
  3.   "cmd": null,
  4.   "cpus": 1,
  5.   "mem": 512,
  6.   "disk": 0,
  7.   "instances": 1,
  8.   "acceptedResourceRoles": [
  9.     "*"
  10.   ],
  11.   "container": {
  12.     "type": "DOCKER",
  13.     "docker": {
  14.       "forcePullImage": true,
  15.       "image": "192.168.0.1/nfs:1.0-SNAPSHOT",
  16.       "parameters": [],
  17.       "privileged": false
  18.     },
  19.     "volumes": [],
  20.     "portMappings": [
  21.       {
  22.         "containerPort": 9000,
  23.         "hostPort": 0,
  24.         "labels": {
  25.           "VIP_0": "28.8.8.8:7000"
  26.         },
  27.         "protocol": "tcp",
  28.         "servicePort": 10014
  29.       }
  30.     ]
  31.   },
  32.   "healthChecks": [
  33.     {
  34.       "gracePeriodSeconds": 300,
  35.       "ignoreHttp1xx": false,
  36.       "intervalSeconds": 60,
  37.       "maxConsecutiveFailures": 3,
  38.       "path": "/healthCheck",
  39.       "portIndex": 0,
  40.       "protocol": "HTTP",
  41.       "ipProtocol": "IPv4",
  42.       "timeoutSeconds": 20,
  43.       "delaySeconds": 15
  44.     }
  45.   ],
  46.   "networks": [
  47.     {
  48.       "mode": "container/bridge"
  49.     }
  50.   ],
  51.   "portDefinitions": [],
  52.   "fetch": [
  53.     {
  54.       "uri": "file:///etc/docker.tar.gz",
  55.       "extract": true,
  56.       "executable": false,
  57.       "cache": false
  58.     }
  59.   ]
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement