mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
36 lines
767 B
JSON
36 lines
767 B
JSON
{
|
|
"kind": "Service",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "backend",
|
|
"namespace": "default",
|
|
"selfLink": "/api/v1/namespaces/default/services/backend",
|
|
"uid": "57749bc1-dea3-11e8-ace2-080027b5d96d",
|
|
"resourceVersion": "8321",
|
|
"creationTimestamp": "2018-11-02T13:29:36Z",
|
|
"labels": {
|
|
"io.kompose.service": "backend"
|
|
}
|
|
},
|
|
"spec": {
|
|
"ports": [
|
|
{
|
|
"protocol": "TCP",
|
|
"port": 4000,
|
|
"targetPort": 4000,
|
|
"nodePort": 32633
|
|
}
|
|
],
|
|
"selector": {
|
|
"io.kompose.service": "backend"
|
|
},
|
|
"clusterIP": "10.110.129.92",
|
|
"type": "LoadBalancer",
|
|
"sessionAffinity": "None",
|
|
"externalTrafficPolicy": "Cluster"
|
|
},
|
|
"status": {
|
|
"loadBalancer": {}
|
|
}
|
|
}
|