From a256a4e3aa48c7b0087603f045dcf83843114a4c Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 20 Jun 2025 15:48:31 +1000 Subject: [PATCH] Update --- ai/crawl4ai.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ai/crawl4ai.yaml b/ai/crawl4ai.yaml index 9c50a27..2e02342 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: 0 - runAsGroup: 0 + runAsUser: 1000 + runAsGroup: 1000 ports: - containerPort: 11235 name: api @@ -58,7 +58,7 @@ spec: # key: anthropic-api-key volumeMounts: - name: config - mountPath: "/app/data" + mountPath: "/app/config.yml" subPath: "config.yml" - name: shm mountPath: "/dev/shm"