Skip to content

Commit

Permalink
reamde
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich committed Sep 5, 2024
1 parent e3a6584 commit 23ac9e8
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 30 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,17 @@ and the taskmaster ends, completing the task.
need either an FTP account or a PVC that can be accessed from within or from
outside of the cluster by the workflow manager (more in the
[deployment](deployment/documentation/deployment.md) page).

### Environment Variables

| **Environment Variable** | **Default Value** | **Description** |
|-------------------------------------------------|----------------------------------------------------|------------------------------------------------|
| `TESK_API_TASKMASTER_FILER_IMAGE_NAME` | `docker.io/elixircloud/tesk-core-filer` | Name of the filer image |
| `TESK_API_TASKMASTER_FILER_IMAGE_VERSION` | `latest` | Version of the filer image |
| `TESK_API_TASKMASTER_IMAGE_NAME` | `docker.io/elixircloud/tesk-core-taskmaster` | Name of the taskmaster image |
| `TESK_API_TASKMASTER_IMAGE_VERSION` | `latest` | Version of the taskmaster image |
| `TESK_API_K8S_NAMESPACE` | `tesk` | Namespace in which TESK creates K8s resources |
| `TESK_API_TASKMASTER_SERVICE_ACCOUNT_NAME` | `taskmaster` | Taskmaster service account name |
| `ENVIRONMENT_EXECUTOR_BACKOFF_LIMIT` | `6` | Backoff limit for taskmaster execution |
| `FILER_BACKOFF_LIMIT` | `2` | Backoff limit for filer job |
| `EXECUTOR_BACKOFF_LIMIT` | `2` | Backoff limit for executor job |
29 changes: 29 additions & 0 deletions docs/source/pages/tesk/tesk.k8s.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
tesk.k8s package
================

Submodules
----------

tesk.k8s.constants module
-------------------------

.. automodule:: tesk.k8s.constants
:members:
:undoc-members:
:show-inheritance:

tesk.k8s.wrapper module
-----------------------

.. automodule:: tesk.k8s.wrapper
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: tesk.k8s
:members:
:undoc-members:
:show-inheritance:
29 changes: 0 additions & 29 deletions docs/source/pages/tesk/tesk.kubernetes.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/pages/tesk/tesk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Subpackages
:maxdepth: 4

tesk.api
tesk.kubernetes
tesk.k8s
tesk.services

Submodules
Expand Down

0 comments on commit 23ac9e8

Please sign in to comment.