fuel-ccp-horizon/service/service-horizon.yaml.j2

24 lines
437 B
Django/Jinja

{
"kind": "Service",
"apiVersion": "v1",
"metadata": {
"name": "horizon-service"
},
"spec": {
"selector": {
"app": "horizon"
},
"ports": [
{
"name": "www",
"protocol": "TCP",
"port": 80,
"targetPort": 80,
"nodePort": 30080
}
],
"type": "NodePort"
}
}