34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Service",
|
|
"metadata": {
|
|
"annotations": {
|
|
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"v1\",\"kind\":\"Service\",\"metadata\":{\"annotations\":{},\"name\":\"dictionary1\",\"namespace\":\"default\"},\"spec\":{\"ports\":[{\"name\":\"http\",\"port\":4001,\"targetPort\":\"http\"}],\"selector\":{\"app\":\"dictionary1\"},\"type\":\"ClusterIP\"}}\n"
|
|
},
|
|
"creationTimestamp": "2019-07-10T23:10:43Z",
|
|
"name": "dictionary1",
|
|
"namespace": "default",
|
|
"resourceVersion": "36257616",
|
|
"selfLink": "/api/v1/namespaces/default/services/dictionary1",
|
|
"uid": "f1007a5c-a367-11e9-990f-42010a800218"
|
|
},
|
|
"spec": {
|
|
"clusterIP": "10.47.248.116",
|
|
"ports": [
|
|
{
|
|
"name": "http",
|
|
"port": 4001,
|
|
"protocol": "TCP",
|
|
"targetPort": "http"
|
|
}
|
|
],
|
|
"selector": {
|
|
"app": "dictionary1"
|
|
},
|
|
"sessionAffinity": "None",
|
|
"type": "ClusterIP"
|
|
},
|
|
"status": {
|
|
"loadBalancer": {}
|
|
}
|
|
} |