Created
August 31, 2015 15:42
-
-
Save eherot/6e569cbf1ccec130ec86 to your computer and use it in GitHub Desktop.
singularity request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"deploy": { | |
"requestId": "stage-ugc", | |
"id": "1441035535", | |
"customExecutorCmd": "/usr/local/singularity/bin/SingularityExecutor", | |
"resources": { | |
"cpus": 2, | |
"memoryMb": 1024, | |
"numPorts": 1 | |
}, | |
"executorData": { | |
"cmd": "java -Ddw.server.connector.port=$PORT0 -jar ugc-1.0-SNAPSHOT.jar server ugc.yml", | |
"embeddedArtifacts": [], | |
"externalArtifacts": [], | |
"s3Artifacts": [ | |
{ | |
"name": "ugc-jar", | |
"filename": "ugc-1.0-SNAPSHOT.jar", | |
"s3Bucket": "ops.evertrue.com", | |
"s3ObjectKey": "singularity/artifacts/ugc-1.0-SNAPSHOT.jar" | |
}, | |
{ | |
"name": "ugc-yml", | |
"filename": "ugc.yml", | |
"s3Bucket": "ops.evertrue.com", | |
"s3ObjectKey": "singularity/artifacts/ugc.yml" | |
} | |
], | |
"successfulExitCodes": [], | |
"extraCmdLineArgs": [], | |
"loggingExtraFields": {} | |
}, | |
"deployHealthTimeoutSeconds": 60, | |
"healthcheckUri": "/admin/healthcheck", | |
"serviceBasePath": "/ugc-s", | |
"loadBalancerGroups": [ | |
"api" | |
], | |
"skipHealthchecksOnDeploy": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment