You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace bitnami memcached images with community images (#571)
* Replace bitnami memcached images with community images
Signed-off-by: Tom Hayward <thayward@infoblox.com>
* update readme
Signed-off-by: Tom Hayward <thayward@infoblox.com>
* configure memcached with args
Signed-off-by: Tom Hayward <thayward@infoblox.com>
* improve changelog
Signed-off-by: Tom Hayward <thayward@infoblox.com>
---------
Signed-off-by: Tom Hayward <thayward@infoblox.com>
| memcached-blocks-index.​args | list |`["-m 1024"]`| Command line argument supplied to memcached |
387
+
| memcached-blocks-index.​args[0]| string |`"-m 1024"`| The amount of memory allocated to memcached for object storage |
388
+
| memcached-blocks-index.​disableValidation | bool |`false`| Bypass validation of the memcached configuration in case a custom image is in use |
386
389
| memcached-blocks-index.​enabled | bool |`true`| Enables support for block index caching |
387
-
| memcached-blocks-index.​extraEnvVars[0]| object |`{"name":"MEMCACHED_CACHE_SIZE","value":"1024"}`| MEMCACHED_CACHE_SIZE is the amount of memory allocated to memcached for object storage |
388
-
| memcached-blocks-index.​extraEnvVars[1]| object |`{"name":"MEMCACHED_MAX_CONNECTIONS","value":"1024"}`| MEMCACHED_MAX_CONNECTIONS is the maximum number of simultaneous connections to the memcached service |
389
-
| memcached-blocks-index.​extraEnvVars[2]| object |`{"name":"MEMCACHED_THREADS","value":"4"}`| MEMCACHED_THREADS is the number of threads to use when processing incoming requests. By default, memcached is configured to use 4 concurrent threads. The threading improves the performance of storing and retrieving data in the cache, using a locking system to prevent different threads overwriting or updating the same values. |
| memcached-blocks-metadata.​args | list |`["-m 1024"]`| Command line argument supplied to memcached |
401
+
| memcached-blocks-metadata.​args[0]| string |`"-m 1024"`| The amount of memory allocated to memcached for object storage |
402
+
| memcached-blocks-metadata.​disableValidation | bool |`false`| Bypass validation of the memcached configuration in case a custom image is in use |
396
403
| memcached-blocks-metadata.​enabled | bool |`true`| Enables support for block metadata caching |
397
-
| memcached-blocks-metadata.​extraEnvVars[0]| object |`{"name":"MEMCACHED_CACHE_SIZE","value":"1024"}`| MEMCACHED_CACHE_SIZE is the amount of memory allocated to memcached for object storage |
398
-
| memcached-blocks-metadata.​extraEnvVars[1]| object |`{"name":"MEMCACHED_MAX_CONNECTIONS","value":"1024"}`| MEMCACHED_MAX_CONNECTIONS is the maximum number of simultaneous connections to the memcached service |
399
-
| memcached-blocks-metadata.​extraEnvVars[2]| object |`{"name":"MEMCACHED_THREADS","value":"4"}`| MEMCACHED_THREADS is the number of threads to use when processing incoming requests. By default, memcached is configured to use 4 concurrent threads. The threading improves the performance of storing and retrieving data in the cache, using a locking system to prevent different threads overwriting or updating the same values. |
| memcached-blocks.​args | list |`["-m 1024"]`| Command line argument supplied to memcached |
415
+
| memcached-blocks.​args[0]| string |`"-m 1024"`| The amount of memory allocated to memcached for object storage |
416
+
| memcached-blocks.​disableValidation | bool |`false`| Bypass validation of the memcached configuration in case a custom image is in use |
406
417
| memcached-blocks.​enabled | bool |`true`| Enables support for block caching |
407
-
| memcached-blocks.​extraEnvVars[0]| object |`{"name":"MEMCACHED_CACHE_SIZE","value":"1024"}`| MEMCACHED_CACHE_SIZE is the amount of memory allocated to memcached for object storage |
408
-
| memcached-blocks.​extraEnvVars[1]| object |`{"name":"MEMCACHED_MAX_CONNECTIONS","value":"1024"}`| MEMCACHED_MAX_CONNECTIONS is the maximum number of simultaneous connections to the memcached service |
409
-
| memcached-blocks.​extraEnvVars[2]| object |`{"name":"MEMCACHED_THREADS","value":"4"}`| MEMCACHED_THREADS is the number of threads to use when processing incoming requests. By default, memcached is configured to use 4 concurrent threads. The threading improves the performance of storing and retrieving data in the cache, using a locking system to prevent different threads overwriting or updating the same values. |
| memcached-frontend.​args | list |`["-m 1024"]`| Command line argument supplied to memcached |
429
+
| memcached-frontend.​args[0]| string |`"-m 1024"`| The amount of memory allocated to memcached for object storage |
430
+
| memcached-frontend.​disableValidation | bool |`false`| Bypass validation of the memcached configuration in case a custom image is in use |
416
431
| memcached-frontend.​enabled | bool |`true`| Enables support for caching queries in the frontend |
417
-
| memcached-frontend.​extraEnvVars[0]| object |`{"name":"MEMCACHED_CACHE_SIZE","value":"1024"}`| MEMCACHED_CACHE_SIZE is the amount of memory allocated to memcached for object storage |
418
-
| memcached-frontend.​extraEnvVars[1]| object |`{"name":"MEMCACHED_MAX_CONNECTIONS","value":"1024"}`| MEMCACHED_MAX_CONNECTIONS is the maximum number of simultaneous connections to the memcached service |
419
-
| memcached-frontend.​extraEnvVars[2]| object |`{"name":"MEMCACHED_THREADS","value":"4"}`| MEMCACHED_THREADS is the number of threads to use when processing incoming requests. By default, memcached is configured to use 4 concurrent threads. The threading improves the performance of storing and retrieving data in the cache, using a locking system to prevent different threads overwriting or updating the same values. |
0 commit comments