Created
November 24, 2014 18:06
-
-
Save sumanyu/b4a1e30c8b15f55b8c1f to your computer and use it in GitHub Desktop.
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": "kafka-service", | |
"kind": "Service", | |
"apiVersion": "v1beta1", | |
"port": 9092, | |
"containerPort": 9092, | |
"selector": { | |
"name": "kafka-pod" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment