fuel-ccp-mariadb/service/service-mysql.yaml.j2

20 lines
347 B
Django/Jinja

{
"kind": "Service",
"apiVersion": "v1",
"metadata": {
"name": "openstack-mysql"
},
"spec": {
"selector": {
"app": "mariadb"
},
"ports": [
{
"protocol": "TCP",
"port": 3306,
"targetPort": 3306
}
]
}
}