Skip to content

Instantly share code, notes, and snippets.

@markllama
Created December 19, 2014 14:55
Show Gist options
  • Save markllama/77f11ef414e7ff7560c9 to your computer and use it in GitHub Desktop.
Save markllama/77f11ef414e7ff7560c9 to your computer and use it in GitHub Desktop.
Kubernetes service description for QPID
{
"id": "msg",
"kind": "Service",
"apiVersion": "v1beta1",
"port": 5672,
"publicIPs": ["10.245.1.3"],
"selector": {
"name": "msg"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment