From 5eb9ca17c3e52c54a209fd39f38753be3cdf2366 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Mon, 13 Jan 2025 13:00:28 +0100 Subject: [PATCH] Add outputs --- templates/nomad_ai4eosc.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/nomad_ai4eosc.yaml b/templates/nomad_ai4eosc.yaml index 8e010d9..df26a5c 100644 --- a/templates/nomad_ai4eosc.yaml +++ b/templates/nomad_ai4eosc.yaml @@ -368,3 +368,7 @@ topology_template: value: { get_attribute: [ front, endpoint, credential, 0 ] } traefik_endpoint: value: { concat: [ 'https://', get_attribute: [ wn_pub, public_address, 0 ] ] } + dashboard_endpoint: + value: { concat: [ 'https://', get_input: [ ai4eosc_dashboard_host ] ] } + api_endpoint: + value: { concat: [ 'https://', get_input: [ ai4eosc_api_host ] ] }