Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Apr 13, 2022
1 parent d6bce25 commit 96d5281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/snowplow-stream-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down

0 comments on commit 96d5281

Please sign in to comment.