Commit db99f78f authored by Kris Rousey's avatar Kris Rousey

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

parent c25a1be0
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
{"name": "CLOUDSQL_DB", "value": "phabricator-db"} {"name": "CLOUDSQL_DB", "value": "phabricator-db"}
], ],
"imagePullPolicy": "Always" "imagePullPolicy": "Always"
}], }]
} }
}, },
"labels": { "name": "authenticator" } "labels": { "name": "authenticator" }
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"env": [ "env": [
{"name": "MYSQL_SERVICE_IP", "value": "173.194.242.66"}, {"name": "MYSQL_SERVICE_IP", "value": "173.194.242.66"},
{"name": "MYSQL_SERVICE_PORT", "value": "3306"}, {"name": "MYSQL_SERVICE_PORT", "value": "3306"},
{"name": "MYSQL_PASSWORD", "value": "1234"}, {"name": "MYSQL_PASSWORD", "value": "1234"}
], ],
"ports": [{"name": "http-server", "containerPort": 80}], "ports": [{"name": "http-server", "containerPort": 80}],
"imagePullPolicy": "Always" "imagePullPolicy": "Always"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment