diff --git a/charts/snowplow-stream-collector/README.md b/charts/snowplow-stream-collector/README.md index 65cf0d9..023588c 100644 --- a/charts/snowplow-stream-collector/README.md +++ b/charts/snowplow-stream-collector/README.md @@ -225,14 +225,14 @@ You will need to fill these targeted fields: | service.image.target | string | `"stdout"` | Which image should be pulled (options: stdout, nsq, kinesis, sqs, kafka or pubsub) | | service.maxReplicas | int | `4` | | | service.minReplicas | int | `1` | | -| service.nginx.deploy | bool | `true` | Whether to serve request with an NGINX proxy side-car instead of the Collector directly | +| service.nginx.deploy | bool | `false` | Whether to serve request with an NGINX proxy side-car instead of the Collector directly | | service.nginx.image.isRepositoryPublic | bool | `true` | | | service.nginx.image.repository | string | `"nginx"` | | | service.nginx.image.tag | string | `"stable-alpine"` | | | service.port | int | `8080` | HTTP port to bind and expose the service on (ensure the same port is defined in your config.hoconBase64) | | service.ssl.certificateBase64 | string | `""` | Certificate in PEM form | | service.ssl.certificatePrivateKeyBase64 | string | `""` | Certificate Private Key in PEM form | -| service.ssl.enable | bool | `true` | Whether to enable the TLS port (note: requires nginx.deploy to be true) | +| service.ssl.enable | bool | `false` | Whether to enable the TLS port (note: requires nginx.deploy to be true) | | service.ssl.port | int | `8443` | HTTPS port to bind and expose the service on (ensure the same port is defined in your config.hoconBase64) | | service.targetCPUUtilizationPercentage | int | `75` | | | service.terminationGracePeriodSeconds | int | `630` | |