From dff3af6096aa0de819e8b9e86789c36bb158bb6b Mon Sep 17 00:00:00 2001 From: anzhsoft Date: Fri, 8 Apr 2016 16:42:34 +0800 Subject: [PATCH] Update load-balancer.md this json file is invaliad, just rm the , to make it right. --- docs/user-guide/load-balancer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/load-balancer.md b/docs/user-guide/load-balancer.md index 001942a98f..82219101f6 100644 --- a/docs/user-guide/load-balancer.md +++ b/docs/user-guide/load-balancer.md @@ -29,7 +29,7 @@ Your configuration file might look like: "spec": { "ports": [{ "port": 8765, - "targetPort": 9376, + "targetPort": 9376 }], "selector": { "app": "example"