We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f07d1 commit 2f46f02Copy full SHA for 2f46f02
deploy.yaml
@@ -29,10 +29,10 @@ apiVersion: v1
29
metadata:
30
name: my-python
31
spec:
32
-ports:
33
- - name: http-8081
34
- port: 8081
35
- protocol: TCP
36
- targetPort: 8081
37
-selector:
38
- app: python-app
+ ports:
+ - name: http-8081
+ port: 8081
+ protocol: TCP
+ targetPort: 8081
+ selector:
+ app: python-app
devfile.yaml
@@ -37,9 +37,10 @@ components:
kubernetes:
uri: deploy.yaml
39
endpoints:
40
41
42
- path: /
+ path: /
43
+ secure: true
44
commands:
45
- id: build-image
46
apply:
0 commit comments