b635614f77
* allow proxy upstream urls to be configured at runtime * make dynamic upstream urls in proxy the default behaviour * reorder env directives * Use appVersion for proxy image * Update couch upstream for proxy * proxy ci updates - WIP * allowing custom resolvers in proxy service deployment * remove generateProxyConf script for prod and remove from builds * remove generateProxyConfig script * removing nginx dev conf * delete generated nginx conf Co-authored-by: Thomas Weiß <panos@unbunt.org> Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com> |
||
---|---|---|
.. | ||
charts | ||
templates | ||
.helmignore | ||
Chart.lock | ||
Chart.yaml | ||
README.md | ||
values.yaml |
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