VKPR mockserver install
Description
Install Mockserver into cluster. For more information about Mockserver, click here.
Commands
Interactive inputs:
vkpr mockserver install [flags]
Non-interactive without setting values or using VKPR Values
:
vkpr mockserver install --default
Argument Reference
Flags
--default Use to automatically fill inputs with default values
--dry_run Simulate an install
--domain Set the application address
--secure Using HTTPS in the application
--ssl Defines that the application will use its own certificate
--crt_file Specifies the mockserver .crt file path
--key_file Specifies the mockserver .key file path
Values File
Globals
The following arguments are supported by the globals:
domain
- (Required) Define the domain used by the application. The default islocalhost
.secure
- (Required) Specifies if the services from the application will expose HTTPS ports inside the cluster. The default isfalse
.namespace
- (Optional) Define where the application will be provisioned. The default isvkpr
.ingressClassName
- (Optional) Define which ingress controller will expose the application. The default isnginx
.
Local
The following arguments are supported:
enabled
- (Required unless using the vkpr apply) Enable the auto install from the applicationnamespace
- (Optional) Define where the application will be provisioned. The default isvkpr
.ingressClassName
- (Optional) Define which ingress controller will expose the application. The default isnginx
.ssl
enabled
- (Optional) Enable the manual certificate into ingress. The default isfalse
.crt
- Specify the certificate 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_MOCKSERVER_NAMESPACEingressClassName
- VKPR_ENV_MOCKSERVER_INGRESS_CLASS_NAMEssl
enabled
- VKPR_ENV_MOCKSERVER_SSLcrt
- VKPR_ENV_MOCKSERVER_CERTIFICATEkey
- VKPR_ENV_MOCKSERVER_KEYsecretName
- VKPR_ENV_MOCKSERVER_SSL_SECRET
About the Formula
Chart Version
: 5.14.0
Application Version
: 5.14.0
Helm Chart
: github/mockserver
See Also
- VKPR mockserver remove - Uninstall Mockserver from the cluster.