From 5a337898e4520d290d6eeebdf52827b79bb04e40 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 20 Jun 2025 15:56:00 +1000 Subject: [PATCH] Update --- ai/crawl4ai.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ai/crawl4ai.yaml b/ai/crawl4ai.yaml index 2e02342..ec33d6b 100644 --- a/ai/crawl4ai.yaml +++ b/ai/crawl4ai.yaml @@ -36,8 +36,8 @@ spec: image: mirror.gcr.io/unclecode/crawl4ai:latest imagePullPolicy: IfNotPresent securityContext: - runAsUser: 1000 - runAsGroup: 1000 + runAsUser: 0 + runAsGroup: 0 ports: - containerPort: 11235 name: api