From fab73b0b55a23de52a65e18aacdf685666ee4f3d Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Thu, 7 Mar 2024 10:01:18 +0100 Subject: [PATCH] Add galaxy k8s link --- templates/k8s_galaxy.yaml | 3 ++- templates/k8s_galaxy_link.yaml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 templates/k8s_galaxy_link.yaml diff --git a/templates/k8s_galaxy.yaml b/templates/k8s_galaxy.yaml index 2521277..197dff1 100644 --- a/templates/k8s_galaxy.yaml +++ b/templates/k8s_galaxy.yaml @@ -6,10 +6,11 @@ imports: description: Deploy Galaxy on top of a Kubernetes Virtual Cluster. metadata: - template_version: "0.1.0" + template_version: "1.0.0" template_name: Galaxy display_name: Galaxy on top of a Kubernetes Virtual Cluster icon: images/galaxy.png + web: https://galaxyproject.org/ parents: - kubernetes.yaml tabs: diff --git a/templates/k8s_galaxy_link.yaml b/templates/k8s_galaxy_link.yaml new file mode 100644 index 0000000..adb6afc --- /dev/null +++ b/templates/k8s_galaxy_link.yaml @@ -0,0 +1,19 @@ +tosca_definitions_version: tosca_simple_yaml_1_0 + +imports: + - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/main/custom_types.yaml + +description: Deploy Galaxy on top of a Kubernetes Virtual Cluster. + +metadata: + template_version: "1.0.0" + template_name: Galaxy K8s + display_name: Galaxy on top of a Kubernetes Virtual Cluster + icon: images/galaxy.png + order: 7 + link: + parent: kubernetes.yaml + childs: + - k8s_galaxy.yaml + +topology_template: {}