plan: add Magika ML classifier to content router

This commit is contained in:
Story Crater Bot
2026-08-28 09:12:09 -07:00
parent 1f43ca0f64
commit 0869e507b0
2 changed files with 70 additions and 24 deletions
+10
View File
@@ -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