plan: add Magika ML classifier to content router
This commit is contained in:
@@ -114,6 +114,16 @@ spec:
|
||||
serviceAccountName: opensearch
|
||||
hostNetwork: false
|
||||
|
||||
initContainers:
|
||||
- name: sysctl
|
||||
image: busybox:1.28
|
||||
command:
|
||||
- sysctl
|
||||
- -w
|
||||
- vm.max_map_count=262144
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
||||
containers:
|
||||
- name: opensearch
|
||||
image: opensearchproject/opensearch:2.11.0
|
||||
|
||||
Reference in New Issue
Block a user