A Helm chart for GeoServer-Cloud
This chart is intended to be used as a dependency in a "umbrella chart". To use it, include the following section in your Chart.yaml
:
dependencies:
- name: geoservercloud
repository: https://camptocamp.github.io/helm-geoserver-cloud
version: <version-numer-here>
See the value file for configuration options. A good starting points are the Examples
To develop in this chart, we recommend that you use k3d
if you want to use your machine.
Also, depending on the use case, you will need a database or a shared folder which will be used by the pods. At any case, start following the Examples !
Install the pre-commit hooks:
pip install pre-commit
pre-commit install --allow-missing-config