Last active
August 29, 2015 14:06
-
-
Save markllama/bcb37503e8488119b7eb to your computer and use it in GitHub Desktop.
MongoDB pod description for Pulp database in Kubernetes
This file contains hidden or 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
{ | |
"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