From d9448d08c277d1882acf547929cd2b438036be5f Mon Sep 17 00:00:00 2001 From: Phillipp Drieger Date: Tue, 10 Nov 2020 12:10:58 +0100 Subject: [PATCH] update spec for deployment and environments conf --- app/README/dltk_deployments.conf.spec | 12 +++++++++++- app/README/dltk_environments.spec | 6 ++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/app/README/dltk_deployments.conf.spec b/app/README/dltk_deployments.conf.spec index d49deca..4f37ff8 100644 --- a/app/README/dltk_deployments.conf.spec +++ b/app/README/dltk_deployments.conf.spec @@ -18,4 +18,14 @@ editable = * TODO restart_required = -* TODO \ No newline at end of file +* TODO + +cpu_count = +* Number of CPU cores to be requested for the deployment + +gpu_request = +* Number of GPUs to be requested for the deployment + +runtime_status.api_url = +* Current state of the deployment API endpoint +* Typically contains the URL of the API endpoint \ No newline at end of file diff --git a/app/README/dltk_environments.spec b/app/README/dltk_environments.spec index 10190cd..cbfa625 100644 --- a/app/README/dltk_environments.spec +++ b/app/README/dltk_environments.spec @@ -79,3 +79,9 @@ user_token = cluster_url = * Defaults what set set 'cluster_url' in the 'kubernetes' connector. + +user_password = +* Defaults what set set 'user_password' in the 'kubernetes' connector. + +user_name = +* Defaults what set set 'user_name' in the 'kubernetes' connector.