Skip to content

Instantly share code, notes, and snippets.

@markllama
Last active August 29, 2015 14:06
Show Gist options
  • Save markllama/bcb37503e8488119b7eb to your computer and use it in GitHub Desktop.
Save markllama/bcb37503e8488119b7eb to your computer and use it in GitHub Desktop.
MongoDB pod description for Pulp database in Kubernetes
{
"id": "pulpdb",
"kind": "Pod",
"apiVersion": "v1beta1",
"labels": {
"name": "db"
},
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "pulp_db",
"containers": [{
"name": "pulp-db",
"image": "markllama/mongodb",
"ports": [{
"containerPort": 27017,
}]
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment