mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Merge pull request #6182 from thockin/plural_services_20
Implement multi-port Services
This commit is contained in:
@@ -8,11 +8,15 @@
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"port": 8080,
|
||||
"protocol": "TCP",
|
||||
"ports": [
|
||||
{
|
||||
"port": 8080,
|
||||
"protocol": "TCP",
|
||||
"targetPort": 8080
|
||||
}
|
||||
],
|
||||
"selector": {
|
||||
"name": "nettest"
|
||||
},
|
||||
"targetPort": 8080,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user