Documentation
¶
Overview ¶
Package helm provides utility functions and workflows for deploying, managing, and cleaning up Helm releases.
Index ¶
Constants ¶
const KongChartsRepo = "https://charts.konghq.com"
KongChartsRepo provides the default URL to Kong's chart repository which is configured at https://github.com/kong/charts.
Variables ¶
This section is empty.
Functions ¶
func DeployKongProxyDBLESS ¶ added in v0.0.9
DeployKongProxyDBLESS provides a default and opinionated Helm deployment of the Kong Proxy to the cluster provided by way of kubeconfig file, and configures it to use DBLESS mode.
func DeployKongProxyOnly ¶
DeployKongProxyOnly deploys the Kong Proxy (without KIC) to the Kind cluster provided by name. Additional ports will be open on the proxy to support testing TCP and UDP ingress:
- 8888 (TCP)
- 9999 (UDP)
If more ports are needed they can be added to the KONG_STREAM_LISTEN env var of the pod dynamically, however it would likely be beneficial to just increase the default pool here.
func DeployKongProxyPostgres ¶ added in v0.0.9
DeployKongProxyPostgres provides a default and opinionated Helm deployment of the Kong Proxy to the cluster provided by way of kubeconfig file, and configures it to use Postgres as the backend DB.
Types ¶
This section is empty.