Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@joerg84
Last active November 11, 2017 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joerg84/7c11d6e4c43065e764e39065ba78e00a to your computer and use it in GitHub Desktop.
Save joerg84/7c11d6e4c43065e764e39065ba78e00a to your computer and use it in GitHub Desktop.
{
"id": "/simplepod",
"containers": [
{
"name": "startupcontainer",
"resources": {
"cpus": 1,
"mem": 1000,
},
"exec": {
"command": {
"shell": "sleep 100"
}
}
},
{
"name": "javaapp",
"resources": {
"cpus": 1,
"mem": 1000,
"disk": 0
},
"exec": {
"command": {
"shell": "sleep 1000"
}
}
}
],
"networks": [
{
"mode": "host"
}
],
"scaling": {
"instances": 1,
"kind": "fixed"
},
"scheduling": {
"placement": {
"constraints": []
}
},
"executorResources": {
"cpus": 0.1,
"mem": 32,
"disk": 10
},
"volumes": [],
"fetch": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment