We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66b844 commit eaa075fCopy full SHA for eaa075f
devfile.yaml
@@ -2,6 +2,8 @@ schemaVersion: 2.2.0
2
metadata:
3
name: python
4
version: 1.0.0
5
+attributes:
6
+ alpha.dockerimage-port: 8081
7
starterProjects:
8
- name: python-example
9
git:
@@ -32,11 +34,11 @@ components:
32
34
replicas: 1
33
35
selector:
36
matchLabels:
- app: node-app
37
+ app: python-app
38
template:
39
40
labels:
41
42
spec:
43
containers:
44
- name: {{COMPONENT_NAME}}
0 commit comments