Allow to configure tolerations for tornjak-frontend

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-05-16 20:29:41 +02:00
parent 3537161cdf
commit 5cc26d3142
4 changed files with 8 additions and 0 deletions
+1
View File
@@ -386,5 +386,6 @@ Kubernetes: `>=1.21.0-0`
| tornjak-frontend.serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
| tornjak-frontend.serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| tornjak-frontend.spireHealthCheck.enabled | bool | `true` | Enables the SPIRE Healthchecker indicator |
| tornjak-frontend.tolerations | list | `[]` | |
----------------------------------------------