mirror of https://github.com/k3s-io/k3s
26 lines
404 B
JSON
26 lines
404 B
JSON
{
|
|
"kind": "Service",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "meteor"
|
|
},
|
|
"spec": {
|
|
"ports": [
|
|
{
|
|
"port": 80,
|
|
"targetPort": "http-server"
|
|
}
|
|
],
|
|
"selector": {
|
|
"name": "meteor"
|
|
},
|
|
"sessionAffinity": "ClientIP",
|
|
"sessionAffinityConfig": {
|
|
"clientIP": {
|
|
"timeoutSeconds": 90
|
|
}
|
|
},
|
|
"type": "LoadBalancer"
|
|
}
|
|
}
|