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: - name: NODE_TLS_REJECT_UNAUTHORIZED value: "0" nodeSelector: {} tolerations: [] affinity: {} persistence: data: size: 5Gi accessMode: ReadWriteOnce storageClassName: openebs-3-replicas