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
}
@@ -25,7 +25,7 @@
"targetPort": 6379
},
{
"name": "6379-UDP",
"name": "6379-udp",
"protocol": "UDP",
"port": 6379,
"targetPort": 6379
@@ -25,7 +25,7 @@
"targetPort": 6379
},
{
"name": "6379-UDP",
"name": "6379-udp",
"protocol": "UDP",
"port": 6379,
"targetPort": 6379
+1 -1
View File
@@ -28,7 +28,7 @@
"targetPort": 3000
},
{
"name": "3000-TCP",
"name": "3000-tcp",
"port": 3000,
"targetPort": 3000
},
+1 -1
View File
@@ -28,7 +28,7 @@
"targetPort": 3000
},
{
"name": "3000-TCP",
"name": "3000-tcp",
"port": 3000,
"targetPort": 3000
},