Added example and docu for hostPort ranges
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
"fsGroup": {
|
||||
"rule": "RunAsAny"
|
||||
},
|
||||
"HostPorts": [
|
||||
{
|
||||
"min": 8000,
|
||||
"max": 8080
|
||||
}
|
||||
],
|
||||
"volumes": ["*"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user