Skip to content

papermerge/helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Chart for Papermerge 3

Official Papermerge helm chart. It is compatible with following versions of Papermerge:

  • 3.2

Install

In order to install papermerge use following command:

helm install papermerge . -f values.yaml -f secrets.yaml

You need to provider one values.yml file and one secrets.yml.

Example of values.yaml:

  worker:
    replicaCount: 1

  global:
      app:
        auth__username: "admin"
        auth__email: "[email protected]"
      redis:
        url: "redis://redis:6379/0"
      ingress:
        enabled: true
        host: papermerge.minikube

Example of secrets:

global:
    app:
      security__secret_key: 123abc
      auth__password: 123abc