forked from LaconicNetwork/kompose
Fix port duplicate in container spec (#1223)
This commit is contained in:
@@ -135,9 +135,6 @@
|
||||
"imagePullPolicy": "",
|
||||
"name": "etherpad",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 9001
|
||||
},
|
||||
{
|
||||
"containerPort": 9001
|
||||
}
|
||||
|
||||
@@ -127,9 +127,6 @@
|
||||
"name": "etherpad",
|
||||
"image": " ",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 9001
|
||||
},
|
||||
{
|
||||
"containerPort": 9001
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user