added paperless-ai

This commit is contained in:
Philip Haupt
2026-02-10 00:38:40 +01:00
parent a67b42b58a
commit e768ba5adc
4 changed files with 200 additions and 0 deletions

70
paperless-ai/values.yaml Normal file
View File

@@ -0,0 +1,70 @@
image:
repository: clusterzx/paperless-ai
pullPolicy: IfNotPresent
tag: "3.0.9"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
podLabels: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
port: 3000
ingress:
enabled: false
#className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: paperless-ai.example.com
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - paperless-ai.example.com
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
envs: []
nodeSelector: {}
tolerations: []
affinity: {}
persistence:
data:
size: 5Gi
accessMode: ReadWriteOnce
storageClassName: openebs-3-replicas