Skip to main content

VKPR nginx install

Description

Install nginx-ingress controller into cluster. For more information about nginx-ingress controller, click here.

Commands

Interactive inputs:

  vkpr nginx install [flags]

Non-interactive without setting values or using VKPR Values:

  vkpr nginx install --default

Argument Reference

Flags

  --default   Use to automatically fill inputs with default values
--dry_run Simulate an install
--ssl Specifies if the ingress will be using internal SSL certificates
--crt_file Specifies the ingress .crt file path
--key_file Specifies the ingress .key file path

Values File

Globals

The following arguments are supported by the globals:

  • namespace - (Optional) Define where the application will be provisioned. The default is vkpr.

Local

The following arguments are supported:

  • enabled - (Optional) Enables the installation if performed with the command vkpr apply.
  • namespace - (Optional) Define where the application will be provisioned. The default is vkpr.
  • metrics - (Optional) Specifies if the application will expose your metrics. The default is false.
  • ssl
    • enabled - (Optional) Enable the certificate inside the ingressController. The default is false.
    • crt - Specify the certifi cate path.
    • key - Specify the key path.
    • secretName - (Optional) Specifies if the content from the application will be storage in a volume.
  • helmArgs - (Optional) Used when you need to change some value or add a new value to the helm values used by the formula.
caution

Using helmArgs the application may behave in a way that VKPR may not be used in the best way it was designed. Use it when you know what you're doing

Environment values

The following variables are supported:

  • namespace - VKPR_ENV_INGRESS_NAMESPACE
  • metrics - VKPR_ENV_INGRESS_METRICS
  • ssl
    • enabled - VKPR_ENV_INGRESS_SSL
    • crt - VKPR_ENV_INGRESS_CERTIFICATE
    • key - VKPR_ENV_INGRESS_KEY
    • secretName - VKPR_ENV_INGRESS_SSL_SECRET

About the Formula

Chart Version: 4.7.0
Application Version: v1.8.0
Helm Chart: helm/nginx-ingress

See Also