blob: 58111cff31b583facc3d9191cf65729d4a418b2c [file] [log] [blame]
{
"acVersion": "0.5.1",
"acKind": "PodManifest",
"apps": [
{
"name": "ping-service",
"image": {
"name": "com.android.embedded.ping-brick",
"id": "sha512-...",
"labels": [
{
"name": "version",
"value": "1.0.0"
}
]
},
"app": {
"exec": [
"/usr/bin/ping_service",
"--quiet"
],
"user": "100",
"group": "300",
"workingDirectory": "/opt/work",
"isolators": [
{
"name": "os/brillo/namespaces-remove-set",
"value": {
"set": [ "CLONE_NEWNS " ],
}
},
],
"ports": [
{
"name": "health",
"port": 4000,
"protocol": "tcp",
"socketActivated": true
}
]
},
},
],
"annotations": [
{
"name": "service-0",
"value": "com.android.embedded.ping-brick.ping-service",
},
{
"name": "service-1",
"value": "com.android.embedded.ping-brick.echo-service",
},
],
}