budibase/hosting/kubernetes/budibase
Martin McKeaveney 8269e85eb9 helm chart release 2021-12-06 18:33:31 +01:00
..
charts packaging helm chart with consolidated config 2021-12-06 17:19:53 +01:00
templates Adding the sync call from the worker for creation, updating and deletion of users. Making sure that production and development apps are always up to date with user metadata. 2021-11-04 14:53:03 +00:00
.helmignore updated K8S templates with new kit 2021-10-12 21:58:10 +01:00
Chart.yaml helm chart release 2021-12-06 18:33:31 +01:00
README.md Update README.md 2021-08-19 07:57:30 +01:00
values.yaml packaging helm chart with consolidated config 2021-12-06 17:19:53 +01:00

README.md

Budibase

Budibase Budibase is an open source low-code platform, helping thousands of teams build apps for their workplace in minutes.

TL;DR;

$ cd chart
$ helm install budibase .

Introduction

This chart bootstraps a Budibase deployment on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • helm v3 or above
  • Kubernetes 1.4+
  • PV provisioner support in the underlying infrastructure (with persistence storage enabled)

Installing the Chart

To install the chart with the release name budi-release:

$ helm install budi-release .

The command deploys Budibase on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release