forked from LaconicNetwork/kompose
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user