Skip to content

Commit

Permalink
Pipeline: Release 4.5.0.stable28 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed May 29, 2024
1 parent 8773f7a commit a937e0c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,8 @@
| min_instances | Integer | The minimum number of service instances to be running | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| environment | List [[EnvironmentVariable](/assemblyline4_docs/odm/models/service/#environmentvariable)] | Environment variables to pass onto services | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |
| mounts | List [[Mount](/assemblyline4_docs/odm/models/config/#mount)] | A list of volume mounts for every service | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |
| tolerations | List [[Toleration](/assemblyline4_docs/odm/models/config/#toleration)] | Toleration to apply to service pods.
Reference: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand All @@ -649,6 +651,19 @@
| key | Keyword | Key of ConfigMap (Kubernetes only)<br>:material-alert-outline: Use `resource_type: configmap` and fill in the `resource_name` & `resource_key` fields to mount ConfigMaps | <div style="width:100px">:material-alert-box-outline: Deprecated</div> | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
##### Toleration
> Limit a set of kubernetes objects based on a label query.
| Field | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| key | Keyword | The taint key that the toleration applies to | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| operator | Enum | Relationship between taint key and value<br>Values:<br>`"Equal", "Exists"` | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `Equal` |
| value | Keyword | Taint value the toleration matches to | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| effect | Enum | The taint effect to match.<br>Values:<br>`"NoExecute", "NoSchedule", "PreferNoSchedule"` | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| toleration_seconds | Integer | The period of time the toleration tolerates the taint | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
#### Selector
> None
Expand Down

0 comments on commit a937e0c

Please sign in to comment.