Skip to content

Commit

Permalink
Merge pull request #8 from GPP-Woo/docs/helm-deploy
Browse files Browse the repository at this point in the history
📝 Document minimal Helm installation steps
  • Loading branch information
sergei-maertens authored Dec 19, 2024
2 parents bfea5ec + 08ae9dd commit 7a1a761
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# Helm Charts

TODO
This repository contains the Helm charts for the invididual components and the umbrella
chart for the full stack of components.

The deployed components are:

* GPP-App
* GPP-Burgerportaal
* GPP-Publicatiebank
* Open Zaak

## Requirements

The requirements listed here are not included in the charts and you're responsible for
provisioning them yourself.

* PostgreSQL database (version 13 or higher, 16 (latest) is recommended)
* An OpenID Connect identity provider for Single Sign On (optional)

## Cheat sheet

```bash
helm repo add gpp-woo https://GPP-Woo.github.io/charts
helm repo update
helm install \
-f myvalues.yml \
my-gpp-woo \
gpp-woo/gpp-stack
```

Assuming a values file ``myvalues.yml`` was created.

0 comments on commit 7a1a761

Please sign in to comment.