PdfDing-chartrepo

PdfDing Helm Chart for Kubernetes

Before you begin

This Helm chart supports installation of PdfDing - A selfhosted PDF manager, viewer and editor offering a seamless user experience on multiple devices.

The prerequisites for this Helm chart is a working Kubernetes Cluster and Helm installed.

If you don’t have a Kubernetes Cluster, create one with minikube.

To install Helm, see Helm Installation guide.


Installation and Configuration

To add the PdfDing helm repository, run command:

helm repo add pdfding https://charts.pdfding.com/

To install the PdfDing helm chart with a release name my-release in ns namespace, run command:

helm install -n ns --create-namespace my-release pdfding/pdfding

To update latest changes of the charts from the Helm repository, run commands:

helm repo update

helm -n ns upgrade my-release pdfding/pdfding

To configure the Helm chart deployment, the configurable parameters can be found in values.yaml values file. Those parameters can be set via --set flag during installation or configured by editing the values.yaml directly. An example configuration can be found in the file values.demo.yaml, which contains the values used for deploying PdfDing’s demo instance.

To uninstall/delete the my-release deployment, run command:

helm delete my-release