From 14a10a3c6d17aac17b400e544459b31dea0dae08 Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Mon, 25 Nov 2024 15:41:16 +0100 Subject: [PATCH] a few edits in README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0a5986f..1b17eb5 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- `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" \ No newline at end of file