From f6e5dcfc40d98a7d44abaa81cda8230568de958a Mon Sep 17 00:00:00 2001 From: Nicholas Sun Date: Mon, 12 Jun 2017 14:28:53 -0700 Subject: [PATCH] tweeter: Add a name to the port --- tweeter.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tweeter.json b/tweeter.json index fbf3cb0..602f23d 100644 --- a/tweeter.json +++ b/tweeter.json @@ -15,6 +15,7 @@ "containerPort": 3000, "hostPort": 0, "servicePort": 10000, + "name": "ui", "labels": { "VIP_0": "1.1.1.1:30000" }