Skip to content

Conversation

cmotadev
Copy link

@cmotadev cmotadev commented Sep 21, 2025

deploy of pygeoapi using helm. Tested on minikube and CRC/Openshift local

Copy link
Contributor

@doublebyte1 doublebyte1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cmotadev Thanks a lot for this contribution! 🙏🏽

It would be nice to have a little bit more of hand-holding on running this setup, perhaps by adding details on the README on how-to run this using minikube. The kubernetes README has a good example of this.

@@ -0,0 +1,206 @@
# pygeoapi Helm Chart

This Helm chart deploys a **pygeoapi** instance, a server that publishes geospatial data using Open Geospatial Consortium (OGC) standards and the OGC API Features. This chart is designed to be flexible and easy to configure, allowing you to customize the deployment to fit your needs. 🚀
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update to publishes geospatial data using the OGC API - Features Standard from the Open Geospatial Consortium (OGC).


## **Local Installation**

To install this chart locally, you'll need a Kubernetes cluster running on your machine, such as **kind**, **minikube**, **CRC/OpenShift Local**, or **Docker Desktop** with Kubernetes enabled. Once your local cluster is up and running, you can install the chart directly from your local file system.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,206 @@
# pygeoapi Helm Chart
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add section Requirements, with link to install Helm.

helm install [YOUR_RELEASE_NAME] . -f my-custom-values.yaml
```

### Openshift-specific setiings
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setiings -> settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants