Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "apiVersion": "v1",
- "kind": "Service",
- "metadata": {
- "name": "sample-db-service"
- },
- "spec": {
- "type": "NodePort",
- "ports": [
- {
- "port": 5432,
- "name": "sample-db-db"
- }
- ],
- "selector": {
- "app": "sample-db"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment