Fixing a couple of JSON files so that kubectl create -f doesn't error out while parsing them.

pull/6/head
Kris Rousey 2015-04-02 14:01:54 -07:00
parent c25a1be03a
commit db99f78faf
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
{"name": "CLOUDSQL_DB", "value": "phabricator-db"}
],
"imagePullPolicy": "Always"
}],
}]
}
},
"labels": { "name": "authenticator" }

View File

@ -16,7 +16,7 @@
"env": [
{"name": "MYSQL_SERVICE_IP", "value": "173.194.242.66"},
{"name": "MYSQL_SERVICE_PORT", "value": "3306"},
{"name": "MYSQL_PASSWORD", "value": "1234"},
{"name": "MYSQL_PASSWORD", "value": "1234"}
],
"ports": [{"name": "http-server", "containerPort": 80}],
"imagePullPolicy": "Always"