diff --git a/universalmessaging/helm/values.yaml b/universalmessaging/helm/values.yaml index 01b59b2..0f99fb0 100644 --- a/universalmessaging/helm/values.yaml +++ b/universalmessaging/helm/values.yaml @@ -195,6 +195,6 @@ readinessProbe: successThreshold: 1 failureThreshold: 5 -# -- Instanciate Nginx as external LB. The LB will be configured to dispatch incoming requests to all `replicaCount` replicas. +# -- Deploy Nginx as external LB. The LB will be configured to dispatch incoming requests to all `replicaCount` replicas. # Nginx is configured by example from [Universal Messaging documentation](https://documentation.softwareag.com/universal_messaging/num10-15/webhelp/num-webhelp/#page/num-webhelp%2Fre-configure_nginx_to_serve_http_requests.html%23) externalLoadBalancer: false