From 866ec948a44856a15a95456f9f246f9957c8e680 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Mon, 23 Sep 2024 20:03:56 +0200 Subject: [PATCH] Update devfile.yaml 2.2.2 and https for public endpoint (#48) --- devfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devfile.yaml b/devfile.yaml index 86281ec..5758d68 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -1,4 +1,4 @@ -schemaVersion: 2.2.0 +schemaVersion: 2.2.2 metadata: generateName: quarkus-api-example attributes: @@ -17,7 +17,7 @@ components: targetPort: 5005 - exposure: public name: list-all-food - protocol: http + protocol: https targetPort: 8080 path: /food volumeMounts: