Skip to content

Instantly share code, notes, and snippets.

@markllama
Last active August 29, 2015 14:06
Show Gist options
  • Save markllama/4766f846415d2b819542 to your computer and use it in GitHub Desktop.
Save markllama/4766f846415d2b819542 to your computer and use it in GitHub Desktop.
A simple Kubernetes service description for MongoDB
{
"kind": "Service",
"apiversion": "v1beta1",
"id": "db",
"port": 27017,
"publicIPs": ["10.245.1.3"],
"selector": {
"name": "db"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment