Skip to content

Commit 9bc5a4d

Browse files
Enable TLS (#27)
* enable tls Signed-off-by: Michael Valdron <[email protected]> * fix deploy.yaml indentation Signed-off-by: Michael Valdron <[email protected]> --------- Signed-off-by: Michael Valdron <[email protected]>
1 parent 1815bc1 commit 9bc5a4d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

deploy.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ apiVersion: v1
2929
metadata:
3030
name: my-java-quarkus-svc
3131
spec:
32-
ports:
33-
- name: http-8081
34-
port: 8081
35-
protocol: TCP
36-
targetPort: 8081
37-
selector:
38-
app: java-quarkus-app
32+
ports:
33+
- name: http-8081
34+
port: 8081
35+
protocol: TCP
36+
targetPort: 8081
37+
selector:
38+
app: java-quarkus-app

devfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ components:
3838
- name: http-8081
3939
targetPort: 8081
4040
path: /
41+
secure: true
4142
commands:
4243
- id: build-image
4344
apply:

0 commit comments

Comments
 (0)