arshad75

api-service.json

Jan 28th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. {
  2. "kind": "Service",
  3. "apiVersion": "v1",
  4. "metadata": {
  5. "name": "api-service",
  6. "namespace": "default",
  7. "labels": {"name": "api-demo"}
  8. },
  9. "spec": {
  10. "ports": [{"port": 80}],
  11. "selector": {"name": "api-demo"},
  12. "type": "NodePort"
  13. }
  14. }
Add Comment
Please, Sign In to add comment