Filipe Caixeta
c05f659ff4
make proxy httpNumThreads configurable ( #251 )
...
Fixes https://github.com/apache/pulsar-helm-chart/issues/250
### Motivation
`httpNumThreads` is hardcoded to 8 in `charts/pulsar/templates/proxy-configmap.yaml`
When trying to override in `values.yaml` by using `proxy.configData.httpNumThreads` we get an error because the keys get duplicated.
This happens because `{{ toYaml .Values.proxy.configData | indent 2 }}` doesn't deduplicate the keys and there is no other way to set `httpNumThreads`
### Modifications
Removing the key from charts/pulsar/templates/proxy-configmap.yaml and adding it to the values yaml solves the problem.
### Verifying this change
- [x] Make sure that the change passes the CI checks.
2022-06-25 23:57:30 -05:00
..
2021-08-25 23:14:03 -07:00
2021-08-25 23:14:03 -07:00
2021-08-25 23:14:03 -07:00
2020-09-08 10:06:30 +08:00
2022-01-18 08:47:49 +02:00
2021-08-25 23:14:03 -07:00
2020-12-03 19:32:05 -08:00
2020-12-03 19:32:05 -08:00
2022-01-26 15:38:52 +02:00
2022-02-04 10:41:10 +02:00
2022-01-26 15:38:52 +02:00
2021-12-10 18:30:01 +02:00
2022-02-23 08:24:37 -08:00
2022-01-22 23:08:07 -06:00
2020-12-03 19:32:05 -08:00
2022-01-26 15:38:52 +02:00
2022-02-04 10:41:10 +02:00
2021-11-09 09:18:26 -08:00
2022-06-13 22:11:13 -05:00
2021-01-30 09:28:45 -08:00
2021-11-12 07:56:35 -08:00
2021-02-09 00:59:54 -08:00
2022-05-06 08:04:13 -06:00
2020-12-03 19:32:05 -08:00
2022-01-26 15:38:52 +02:00
2022-02-04 10:41:10 +02:00
2020-12-03 19:32:05 -08:00
2022-01-26 15:38:52 +02:00
2022-06-20 07:59:43 -07:00
2022-01-26 15:38:52 +02:00
2022-01-04 00:53:21 -06:00
2022-01-26 15:38:52 +02:00
2020-12-03 19:32:05 -08:00
2020-12-03 19:32:05 -08:00
2020-12-03 19:32:05 -08:00
2021-08-20 17:22:50 -07:00
2022-01-04 00:53:21 -06:00
2020-12-03 19:32:05 -08:00
2020-12-03 19:32:05 -08:00
2020-12-03 19:32:05 -08:00
2020-12-03 19:32:05 -08:00
2021-08-20 17:22:50 -07:00
2020-12-03 19:32:05 -08:00
2021-07-03 10:56:58 +03:00
2022-01-26 15:38:52 +02:00
2020-12-03 19:32:05 -08:00
2022-06-25 23:57:30 -05:00
2022-05-06 08:04:13 -06:00
2022-01-04 00:53:21 -06:00
2020-12-03 19:32:05 -08:00
2022-01-26 15:38:52 +02:00
2022-02-04 10:41:10 +02:00
2022-01-26 15:38:52 +02:00
2022-06-20 07:59:43 -07:00
2022-02-23 08:24:37 -08:00
2021-01-07 21:24:52 -08:00
2020-12-03 19:32:05 -08:00
2022-01-12 10:42:43 +02:00
2022-01-04 00:53:21 -06:00
2022-01-26 15:38:52 +02:00
2021-08-25 23:14:03 -07:00
2021-04-23 12:43:44 +08:00
2020-12-03 19:32:05 -08:00
2022-02-04 10:41:10 +02:00
2020-12-03 19:32:05 -08:00
2022-01-05 10:26:55 -06:00
2022-01-03 11:59:58 +01:00
2020-12-03 19:32:05 -08:00
2022-01-26 15:38:52 +02:00
2022-02-04 10:41:10 +02:00
2021-09-10 08:56:16 +08:00
2022-06-13 22:11:13 -05:00
2020-12-03 19:32:05 -08:00