Files
bluejay-infra/apps-gx10/fc-system/service-fc-landing.json

28 lines
495 B
JSON

{
"apiVersion": "v1",
"kind": "Service",
"metadata": {
"labels": {
"app": "fc-landing"
},
"name": "fc-landing",
"namespace": "fc-system"
},
"spec": {
"internalTrafficPolicy": "Cluster",
"ports": [
{
"name": "http",
"port": 80,
"protocol": "TCP",
"targetPort": 80
}
],
"selector": {
"app": "fc-landing"
},
"sessionAffinity": "None",
"type": "ClusterIP"
}
}