Helm chart for strapi

Geekette
Aug 25, 2020

--

I was working on a project using strapi as backend, we used Kubernetes on Google Cloud Platform ( GKE ), as strapi was in beta version and the documentation was not really rich, I didn’t find any helpful link to deploy to Kubernetes from here I made my own helm chart ( of corse it is the stable one after a lot of debug and dirty work)
The tricks was in MongoDB URL specially and also the need to host strapi on subdomain and not a route ( eg: domain.com/strapi → this will not work)

here you can find the helm chart

To install just

helm upgrade — install strapi-chart — values values.yaml — set image.tag=yourtag

--

--

Geekette
Geekette

Written by Geekette

Manal lamine just a simple human ( you can call me geekette )

Responses (1)