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:
@@ -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
@@ -28,7 +28,7 @@
|
||||
"targetPort": 3000
|
||||
},
|
||||
{
|
||||
"name": "3000-TCP",
|
||||
"name": "3000-tcp",
|
||||
"port": 3000,
|
||||
"targetPort": 3000
|
||||
},
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@
|
||||
"targetPort": 3000
|
||||
},
|
||||
{
|
||||
"name": "3000-TCP",
|
||||
"name": "3000-tcp",
|
||||
"port": 3000,
|
||||
"targetPort": 3000
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user