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.