Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.46 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.46 KB

Helm Chart for Wallabag

This repository, including the issues, focus on deploying wallabag chart via helm. So for the functionality issues or questions of Wallabag, please open issues on wallabag/wallabag

Introduction

This Helm chart installs wallabag in a Kubernetes cluster. Welcome to contribute to Helm Chart for wallabag.

Prerequisites

  • Kubernetes cluster 1.12+
  • Helm 3.0+

Installation

Add Helm repository

helm repo add wallabag https://huats.github.io/wallabag-helm/ 

Configure the chart

The chart can be configured using the traditonal values usage of Helm. Meanwhile to help a faster deployment, some example of deployments are provided :

  • sqlite. You can choose to use a PVC or not for persistence
  • MariaDB (including the deployment of the MariaDB container using Bitnami's Helm Chart)
  • Postrgres (including the deployment of the Postgres container using Bitnami's Helm Chart)

Install the chart

Install the Wallabag helm chart with a release name my-release:

helm install my-release huats/wallabag

If you want to use some values on your own, use -f and the path to your values.yaml file.

 helm install my-release huats/wallabag -f my-values.yaml

Uninstallation

To uninstall/delete the my-release deployment:

helm uninstall my-release