From 2a50ab8bb641a356106944b57d69600fe9be46a9 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Mon, 16 Dec 2024 13:31:14 +0100 Subject: [PATCH] Remove source --- templates/ai4eosc_app.yaml | 1 - templates/geoserver_app.yaml | 1 - templates/mlflow_app.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/templates/ai4eosc_app.yaml b/templates/ai4eosc_app.yaml index f5b9f0c..f50d647 100644 --- a/templates/ai4eosc_app.yaml +++ b/templates/ai4eosc_app.yaml @@ -54,7 +54,6 @@ topology_template: mem_size: { get_input: memory } publish_ports: - target: 5000 - source: 32050 endpoint: { get_input: endpoint } outputs: diff --git a/templates/geoserver_app.yaml b/templates/geoserver_app.yaml index 90178a6..d416bff 100644 --- a/templates/geoserver_app.yaml +++ b/templates/geoserver_app.yaml @@ -78,7 +78,6 @@ topology_template: mem_size: { get_input: memory } publish_ports: - target: 8080 - source: 32080 endpoint: { get_input: endpoint } volumes: - "container_vol:/opt/geoserver_data" diff --git a/templates/mlflow_app.yaml b/templates/mlflow_app.yaml index 6ef6cca..503099a 100644 --- a/templates/mlflow_app.yaml +++ b/templates/mlflow_app.yaml @@ -83,7 +83,6 @@ topology_template: mem_size: { get_input: memory } publish_ports: - target: 5000 - source: 32050 endpoint: { get_input: endpoint } volumes: - "container_vol:/data"