- 
                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.
        
          
                helm/README.md
              
                Outdated
          
        
      | 
               | 
          ||
| ## **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
| 
           Thanks @doublebyte1 for the PR review. It will be great to have a helm setup for our users/community!  | 
    
          
 Hi @doublebyte1, sorry for late response... I improved readme.md, but I didn´t write how-to for minikube, because helm is platform-agnostic. It only needs any flavour of kubernetes cluster running. I tested in minikube, CRC/OpenShift Local, OCP and OKD using the same steps: (download helm, cd to helm chart dir and helm install chart-name .)  | 
    
deploy of pygeoapi using helm. Tested on minikube and CRC/Openshift local