diff --git a/templates/mlflow_authvm.yaml b/templates/mlflow_authvm.yaml index 638db86..2555f75 100644 --- a/templates/mlflow_authvm.yaml +++ b/templates/mlflow_authvm.yaml @@ -131,6 +131,6 @@ topology_template: outputs: mlflow_nip_endpoint: - value: { concat: [ 'https://mlflow.', get_attribute: [ simple_node, public_address, 0 ], 'nip.io/signup' ] } + value: { concat: [ 'https://mlflow.', get_attribute: [ simple_node, public_address, 0 ], '.nip.io/signup' ] } mlflow_dns_endpoint: value: { concat: [ 'https://', get_input: mlflow_dns_name, '/signup' ] }