mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
WIP: 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