github.com/caos/orbos@v1.5.14-0.20221103111702-e6cd0cea7ad4/docs/boom/yml/latest/ToolsetSpec/LogsPersisting/LogsPersisting.md (about)

     1  # LogsPersisting 
     2   
     3  
     4  ## Structure 
     5   
     6  
     7  | Attribute        | Description                                                                         | Default | Collection | Map  |
     8  | ---------------- | ----------------------------------------------------------------------------------- | ------- | ---------- | ---  |
     9  | deploy           | Flag if tool should be deployed                                                     |  false  |            |      |
    10  | logs             | Spec to define which logs will get persisted , [here](Logs/Logs.md)                 |  nil    |            |      |
    11  | storage          | Spec to define how the persistence should be handled , [here](storage/Spec/Spec.md) |  nil    |            |      |
    12  | clusterOutput    | Flag if loki-output should be a clusteroutput instead a output crd                  |  false  |            |      |
    13  | nodeSelector     | NodeSelector for statefulset                                                        |         |            | X    |
    14  | tolerations      | Tolerations to run loki on nodes , [here](k8s/Tolerations/Tolerations.md)           |         | X          |      |
    15  | resources        | Resource requirements , [here](k8s/Resources/Resources.md)                          |         |            |      |
    16  | overwriteImage   | Overwrite used image                                                                |         |            |      |
    17  | overwriteVersion | Overwrite used image version                                                        |         |            |      |