Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 716 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 716 Bytes

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