infrastructure(paperless): add paperless-ai production ConfigMap to git

- Commit paperless-ai-config.yaml with production environment variables
- Configure Paperless API endpoint and token
- Enable AI processing with qwen2.5:3b model
- Set up auto-tagging, correspondent/document type extraction
- Configure 60s scan interval for document processing
- Add ConfigMap to kustomization.yaml for GitOps deployment
This commit is contained in:
2026-09-15 00:14:42 +09:00
parent d826510a98
commit 7016f764e6
2 changed files with 33 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ namespace: paperless
resources:
- pvc.yaml
- configmap.yaml
- paperless-ai-config.yaml
- redis.yaml
- deployment.yaml
- service.yaml