Fix invalid port name with uppercase characters (#1029)

* Fix invalid port name with uppercase characters

Signed-off-by: Li Yi <denverdino@gmail.com>
This commit is contained in:
Li Yi
2018-06-05 14:18:40 +08:00
committed by Hang Yan
parent fa706f2f1c
commit 6eb1aed7ab
8 changed files with 16 additions and 8 deletions
@@ -25,7 +25,7 @@
"targetPort": 9001
},
{
"name": "80-TCP",
"name": "80-tcp",
"port": 80,
"targetPort": 9001
}
@@ -25,7 +25,7 @@
"targetPort": 9001
},
{
"name": "80-TCP",
"name": "80-tcp",
"port": 80,
"targetPort": 9001
}