-
Notifications
You must be signed in to change notification settings - Fork 6
First version of helm chart of pygeoapi #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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. 🚀 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add link to minikube https://minikube.sigs.k8s.io/docs/ and OpenShift https://www.redhat.com/en/technologies/cloud-computing/openshift
@@ -0,0 +1,206 @@ | |||
# pygeoapi Helm Chart |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setiings -> settings
deploy of pygeoapi using helm. Tested on minikube and CRC/Openshift local