mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
23 lines
358 B
JSON
23 lines
358 B
JSON
{
|
|
"kind":"Service",
|
|
"apiVersion":"v1",
|
|
"metadata":{
|
|
"name":"guestbook",
|
|
"labels":{
|
|
"app":"guestbook"
|
|
}
|
|
},
|
|
"spec":{
|
|
"ports": [
|
|
{
|
|
"port":3000,
|
|
"targetPort":"http-server"
|
|
}
|
|
],
|
|
"selector":{
|
|
"app":"guestbook"
|
|
},
|
|
"type": "LoadBalancer"
|
|
}
|
|
}
|