@@ -320,6 +320,7 @@ Kubernetes: `^1.19.0-0`
320
320
| distributor.&ZeroWidthSpace ; autoscaling.&ZeroWidthSpace ; targetMemoryUtilizationPercentage | int | ` 0 ` | |
321
321
| distributor.&ZeroWidthSpace ; containerSecurityContext.&ZeroWidthSpace ; enabled | bool | ` true ` | |
322
322
| distributor.&ZeroWidthSpace ; containerSecurityContext.&ZeroWidthSpace ; readOnlyRootFilesystem | bool | ` true ` | |
323
+ | distributor.&ZeroWidthSpace ; enabled | bool | ` true ` | |
323
324
| distributor.&ZeroWidthSpace ; env | list | ` [] ` | |
324
325
| distributor.&ZeroWidthSpace ; extraArgs | object | ` {} ` | Additional Cortex container arguments, e.g. log.level (debug, info, warn, error) |
325
326
| distributor.&ZeroWidthSpace ; extraContainers | list | ` [] ` | |
@@ -377,6 +378,7 @@ Kubernetes: `^1.19.0-0`
377
378
| ingester.&ZeroWidthSpace ; autoscaling.&ZeroWidthSpace ; targetMemoryUtilizationPercentage | int | ` 80 ` | |
378
379
| ingester.&ZeroWidthSpace ; containerSecurityContext.&ZeroWidthSpace ; enabled | bool | ` true ` | |
379
380
| ingester.&ZeroWidthSpace ; containerSecurityContext.&ZeroWidthSpace ; readOnlyRootFilesystem | bool | ` true ` | |
381
+ | ingester.&ZeroWidthSpace ; enabled | bool | ` true ` | |
380
382
| ingester.&ZeroWidthSpace ; env | list | ` [] ` | |
381
383
| ingester.&ZeroWidthSpace ; extraArgs | object | ` {} ` | Additional Cortex container arguments, e.g. log.level (debug, info, warn, error) |
382
384
| ingester.&ZeroWidthSpace ; extraContainers | list | ` [] ` | |
@@ -538,6 +540,7 @@ Kubernetes: `^1.19.0-0`
538
540
| querier.&ZeroWidthSpace ; autoscaling.&ZeroWidthSpace ; targetMemoryUtilizationPercentage | int | ` 0 ` | |
539
541
| querier.&ZeroWidthSpace ; containerSecurityContext.&ZeroWidthSpace ; enabled | bool | ` true ` | |
540
542
| querier.&ZeroWidthSpace ; containerSecurityContext.&ZeroWidthSpace ; readOnlyRootFilesystem | bool | ` true ` | |
543
+ | querier.&ZeroWidthSpace ; enabled | bool | ` true ` | |
541
544
| querier.&ZeroWidthSpace ; env | list | ` [] ` | |
542
545
| querier.&ZeroWidthSpace ; extraArgs | object | ` {} ` | Additional Cortex container arguments, e.g. log.level (debug, info, warn, error) |
543
546
| querier.&ZeroWidthSpace ; extraContainers | list | ` [] ` | |
@@ -582,6 +585,7 @@ Kubernetes: `^1.19.0-0`
582
585
| query_frontend.&ZeroWidthSpace ; annotations | object | ` {} ` | |
583
586
| query_frontend.&ZeroWidthSpace ; containerSecurityContext.&ZeroWidthSpace ; enabled | bool | ` true ` | |
584
587
| query_frontend.&ZeroWidthSpace ; containerSecurityContext.&ZeroWidthSpace ; readOnlyRootFilesystem | bool | ` true ` | |
588
+ | query_frontend.&ZeroWidthSpace ; enabled | bool | ` true ` | |
585
589
| query_frontend.&ZeroWidthSpace ; env | list | ` [] ` | |
586
590
| query_frontend.&ZeroWidthSpace ; extraArgs | object | ` {} ` | Additional Cortex container arguments, e.g. log.level (debug, info, warn, error) |
587
591
| query_frontend.&ZeroWidthSpace ; extraContainers | list | ` [] ` | |
@@ -691,6 +695,7 @@ Kubernetes: `^1.19.0-0`
691
695
| store_gateway.&ZeroWidthSpace ; annotations | object | ` {} ` | |
692
696
| store_gateway.&ZeroWidthSpace ; containerSecurityContext.&ZeroWidthSpace ; enabled | bool | ` true ` | |
693
697
| store_gateway.&ZeroWidthSpace ; containerSecurityContext.&ZeroWidthSpace ; readOnlyRootFilesystem | bool | ` true ` | |
698
+ | store_gateway.&ZeroWidthSpace ; enabled | bool | ` true ` | |
694
699
| store_gateway.&ZeroWidthSpace ; env | list | ` [] ` | |
695
700
| store_gateway.&ZeroWidthSpace ; extraArgs | object | ` {} ` | Additional Cortex container arguments, e.g. log.level (debug, info, warn, error) |
696
701
| store_gateway.&ZeroWidthSpace ; extraContainers | list | ` [] ` | |
0 commit comments