- 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
20 lines
601 B
YAML
20 lines
601 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: paperless
|
|
resources:
|
|
- pvc.yaml
|
|
- configmap.yaml
|
|
- paperless-ai-config.yaml
|
|
- redis.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
- backup-cronjob.yaml
|
|
- adapter-configmap.yaml
|
|
- rbac.yaml
|
|
- paperless-ai.yaml
|
|
# postgres: paperless-db CNPG Cluster, deployed by k8s/infra/databases (wave 2,
|
|
# before this app at wave 8) - not duplicated here. Same for the paperless-oidc
|
|
# and paperless-minio-creds Secrets, written by PostSync provisioning Jobs in
|
|
# k8s/infra/iam and k8s/infra/minio respectively.
|