Guest User

Untitled

a guest
Aug 4th, 2025
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. {
  2.   "apiVersion": "v1",
  3.   "kind": "Service",
  4.   "metadata": {
  5.     "name": "sample-app-service"
  6.   },
  7.   "spec": {
  8.     "type": "NodePort",
  9.     "ports": [
  10.       {
  11.         "port": 8080,
  12.         "name": "sample-app-app"
  13.       },
  14.       {
  15.         "port": 5701,
  16.         "name": "sample-app-hazelcast"
  17.       }
  18.     ],
  19.     "selector": {
  20.       "app": "sample-app"
  21.     }
  22.   }
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment