mirror of
https://github.com/onepanelio/onepanel.git
synced 2026-04-22 23:27:09 +08:00
19 lines
302 B
JSON
19 lines
302 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Service",
|
|
"metadata": {
|
|
"name": "minio-gateway",
|
|
"namespace": "$(applicationDefaultNamespace)"
|
|
},
|
|
"spec": {
|
|
"selector": {
|
|
"app": "minio-gateway"
|
|
},
|
|
"ports": [
|
|
{
|
|
"port": 9000,
|
|
"targetPort": 9000
|
|
}
|
|
]
|
|
}
|
|
} |