From a1f9d50e2beae9e364cbf9a66fa8438a5cd1f1cb Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 20 Jun 2025 15:59:39 +1000 Subject: [PATCH] Use 999 --- ai/crawl4ai.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ai/crawl4ai.yaml b/ai/crawl4ai.yaml index ec33d6b..ff63c6a 100644 --- a/ai/crawl4ai.yaml +++ b/ai/crawl4ai.yaml @@ -36,8 +36,9 @@ spec: image: mirror.gcr.io/unclecode/crawl4ai:latest imagePullPolicy: IfNotPresent securityContext: - runAsUser: 0 - runAsGroup: 0 + # appuser: 999 set by the image + runAsUser: 999 + runAsGroup: 999 ports: - containerPort: 11235 name: api