Skip to content

Commit 6868432

Browse files
authored
Updated devfile metadata (#12)
Signed-off-by: Paul Schultz <pschultz@pobox.com> Signed-off-by: Paul Schultz <pschultz@pobox.com>
1 parent 87d97d1 commit 6868432

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

devfile.yaml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
schemaVersion: 2.2.0
22
metadata:
33
name: python
4-
projectType: python
5-
language: python
6-
version: 1.0.0
4+
projectType: Python
5+
displayName: Python
6+
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/python.svg
7+
description:
8+
'Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.
9+
Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.'
10+
language: Python
11+
version: 1.0.1
712
provider: Red Hat
13+
tags:
14+
- Python
15+
- Pip
16+
- Flask
817
supportUrl: https://github.com/devfile-samples/devfile-support#support-information
918
attributes:
1019
alpha.dockerimage-port: 8081
1120
parent:
1221
id: python
13-
registryUrl: "https://registry.devfile.io"
22+
registryUrl: 'https://registry.devfile.io'
1423
components:
1524
- name: outerloop-build
1625
image:
@@ -22,7 +31,7 @@ components:
2231
- name: outerloop-deploy
2332
attributes:
2433
deployment/replicas: 1
25-
deployment/cpuLimit: "100m"
34+
deployment/cpuLimit: '100m'
2635
deployment/cpuRequest: 10m
2736
deployment/memoryLimit: 100Mi
2837
deployment/memoryRequest: 50Mi

0 commit comments

Comments
 (0)