Skip to content

Instantly share code, notes, and snippets.

@markllama
Created September 2, 2014 14:44
Show Gist options
  • Save markllama/37d7de39aea2cb93dd86 to your computer and use it in GitHub Desktop.
Save markllama/37d7de39aea2cb93dd86 to your computer and use it in GitHub Desktop.
{
"id": "pulpdb",
"kind": "Pod",
"apiVersion": "v1beta1",
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "pulp_db",
"containers": [{
"name": "pulp-db",
"image": "markllama/mongodb",
"ports": [{
"containerPort": 27017,
}]
}]
}
},
"labels": {
"name": "db"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment