Convert service-mysql.yaml.j2 to... yaml. :-)

Change-Id: I57116689e3e10c04e2368fce17a6951b76862431
This commit is contained in:
Proskurin Kirill 2016-06-01 11:15:25 +02:00
parent aa767a0fbe
commit 57cf51e964
1 changed files with 12 additions and 19 deletions

View File

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