mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +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": [{
|
||||
"name": "nginx",
|
||||
"image": "dockerfile/nginx",
|
||||
"ports": [{"containerPort": 80, "hostPort": 8080}]
|
||||
"ports": [{"containerPort": 80}]
|
||||
}]
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user