Kong / charts

Helm chart for Kong
Apache License 2.0
247 stars 477 forks source link

Remove the need to restart to install new plugins (Git sidecar) #1072

Open mhkarimi1383 opened 4 months ago

mhkarimi1383 commented 4 months ago

Hi

By adding a git sidecar container (with a emptydir shared volume for kong prefix and lua libs path) when the repo updates then it makes packages (all of the rockspec files) inside the repo and then triggers a kong reload (to reload kong and nginx) to apply updates without restart of kong pods

I want to contribute and add this thing if it's okay ;)