Skip to content

Commit

Permalink
Merge pull request #231 from grycap/devel
Browse files Browse the repository at this point in the history
Add outputs
  • Loading branch information
micafer authored Jan 13, 2025
2 parents ce6b5ff + 5eb9ca1 commit 099afe1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/nomad_ai4eosc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ] }

0 comments on commit 099afe1

Please sign in to comment.