mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-20 09:15:19 +01:00
13 lines
358 B
TOML
13 lines
358 B
TOML
|
[plugins]
|
||
|
[plugins.cri]
|
||
|
stream_server_address = ""
|
||
|
stream_server_port = "10010"
|
||
|
enable_selinux = false
|
||
|
sandbox_image = ""
|
||
|
stats_collect_period = 10
|
||
|
systemd_cgroup = false
|
||
|
[plugins.cri.containerd]
|
||
|
snapshotter = "native"
|
||
|
[plugins.cri.containerd.default_runtime]
|
||
|
runtime_type = "io.containerd.runtime.v1.linux"
|