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 3e17023 commit 481e66eCopy full SHA for 481e66e
deploy.yaml
@@ -29,10 +29,10 @@ apiVersion: v1
29
metadata:
30
name: my-go-svc
31
spec:
32
-ports:
33
- - name: http-8081
34
- port: 8081
35
- protocol: TCP
36
- targetPort: 8081
37
-selector:
38
- app: go-app
+ ports:
+ - name: http-8081
+ port: 8081
+ protocol: TCP
+ targetPort: 8081
+ selector:
+ app: go-app
devfile.yaml
@@ -36,6 +36,7 @@ components:
- name: http-8081
targetPort: 8081
path: /
39
+ secure: true
40
commands:
41
- id: build-image
42
apply:
0 commit comments