From 776bbe58e98ca149a1268e57c00d990c6567c064 Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Tue, 2 Jan 2024 17:04:03 -0500 Subject: [PATCH] enable tls Signed-off-by: Michael Valdron --- devfile.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devfile.yaml b/devfile.yaml index 9f537e26..3b15f229 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -30,4 +30,5 @@ parent: endpoints: - name: http-8080 targetPort: 8080 - path: / \ No newline at end of file + path: / + secure: true \ No newline at end of file