This commit is contained in:
2025-06-20 15:48:31 +10:00
parent 6656329cbe
commit a256a4e3aa
+3 -3
View File
@@ -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"