mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #5337 from erictune/no_hostport_integ_test
Don't use hostPort in integration test.
This commit is contained in:
commit
7d53425bbc
@ -13,7 +13,7 @@
|
|||||||
"containers": [{
|
"containers": [{
|
||||||
"name": "nginx",
|
"name": "nginx",
|
||||||
"image": "dockerfile/nginx",
|
"image": "dockerfile/nginx",
|
||||||
"ports": [{"containerPort": 80, "hostPort": 8080}]
|
"ports": [{"containerPort": 80}]
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user