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 isvkpr.
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 isvkpr.metrics- (Optional) Specifies if the application will expose your metrics. The default isfalse.sslenabled- (Optional) Enable the certificate inside the ingressController. The default isfalse.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_NAMESPACEmetrics- VKPR_ENV_INGRESS_METRICSsslenabled- VKPR_ENV_INGRESS_SSLcrt- VKPR_ENV_INGRESS_CERTIFICATEkey- VKPR_ENV_INGRESS_KEYsecretName- 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
- VKPR nginx remove - Uninstall ingress from the cluster.