1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00
budibase/charts/budibase
Vinoth Kirubakaran cde65a77de Ability to configure schedulerName for helm charts (#10018)
* Update minio-service-deployment.yaml

* Update redis-service-deployment.yaml

* Update couchdb-backup.yaml

* Update proxy-service-deployment.yaml

* Update app-service-deployment.yaml

* Update worker-service-deployment.yaml

* Update app-service-deployment.yaml

* Update couchdb-backup.yaml

* Update minio-service-deployment.yaml

* Update proxy-service-deployment.yaml

* Update redis-service-deployment.yaml

* Update worker-service-deployment.yaml
2023-03-15 16:02:32 +00:00
..
charts locking chart deps, upgrading NGINX chart to point to new helm repo 2021-12-30 18:57:23 +00:00
templates Ability to configure schedulerName for helm charts (#10018) 2023-03-15 16:02:32 +00:00
.helmignore automate helm deployment with CI 2021-12-09 11:05:43 +00:00
Chart.lock locking chart deps, upgrading NGINX chart to point to new helm repo 2021-12-30 18:57:23 +00:00
Chart.yaml Merge branch 'master' of github.com:Budibase/budibase into develop 2023-01-05 17:04:24 +00:00
README.md automate helm deployment with CI 2021-12-09 11:05:43 +00:00
values.yaml Rotatable secrets (#9982) 2023-03-13 15:02:59 +00:00

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