helm-chart
helm-chart copied to clipboard
helm chart for easily deploying PrivateBin to kubernetes
In order to get for example HTTP-01 challenge working custom labels should be honored by the ingress template. values.yaml ``` ingress: enabled: true className: external annotations: cert-manager.io/cluster-issuer: letsencrypt-production acme.cert-manager.io/http01-edit-in-place: "true"...
Hello, I'm currently planning to evolve our PrivateBin instance to have multiples replicas. I currently use it with a Statefulset and a PVC, however, I noticed that if I add...
Please add support for using the GCS privatebin image and using GCS as backend
Add the possibility to use template syntax inside the configs sub-values Since the config file `conf.php` need credentials for database connection, we should be able to fetch these credentials via...
Use case: add a custom (modified bootstrap.php) via `tpls` property and mount it to the Deployment/StatefulSet PODs to make it possible to change the theme of the site.
I would like to use this chart with GCS backend but I'm missing an option to add env values (needed for env with path to json [service account](https://github.com/googleapis/google-cloud-php/blob/main/AUTHENTICATION.md#environment-variables)). Also I...
currently we don't test the ingress config, which can lead to unexpected bugs
bumping that version