Skip to content

Commit

Permalink
a few edits in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Nov 25, 2024
1 parent f50c43c commit 14a10a3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Zoo runner using Argo Workflows

## Environment variables

STORAGE_CLASS
DEFAULT_VOLUME_SIZE
DEFAULT_MAX_CORES
DEFAULT_MAX_RAM
ARGO_WF_ENDPOINT
ARGO_WF_TOKEN
- `STORAGE_CLASS`: standard
- `DEFAULT_VOLUME_SIZE` 12Gi
- `DEFAULT_MAX_CORES`: 4
- `DEFAULT_MAX_RAM`: 4Gi
- `ARGO_WF_ENDPOINT`: "http://localhost:2746"
- `ARGO_WF_TOKEN`: `kubectl get -n ns1 secret argo.service-account-token -o=jsonpath='{.data.token}' | base64 --decode`
- `ARGO_WF_SYNCHRONIZATION_CM`: "semaphore-water-bodies"

0 comments on commit 14a10a3

Please sign in to comment.