krakend-helm icon indicating copy to clipboard operation
krakend-helm copied to clipboard

An helm chart to deploy krakend in a kubernetes cluster

Results 6 krakend-helm issues
Sort by recently updated
recently updated
newest added

- Updated Ingress and HPA APIs - Set probes to KrakenDs health endpoint - Added KRAKEN_PORT environment variable

Change the healthcheck endpoint for liveness/readiness probes, and take out the configurations in the values file. The change is reflecting some issues I had while deploying this chart, and is...

Getting the following when trying to install the chart: ``` ERROR parsing the configuration file: '/etc/krakend/krakend.json': 1 error(s) decoding: * cannot parse 'port' as int: strconv.ParseInt: parsing "tcp://10.43.126.100:80": invalid syntax...

With the ability to provide a custom krakend.json file in https://github.com/mikescandy/krakend-helm/pull/2, we should enable the user the ability to configure probes.

it seems that this package is not registered in any Helm Repo, and the git should be cloned to use this chart. Please add it to a repo and index...