From de435690d8bd7a98370c8451cc7b6950ea731494 Mon Sep 17 00:00:00 2001 From: Valerii Svydenko Date: Wed, 3 Jan 2024 19:47:58 +0200 Subject: [PATCH] chore: use https protocol in endpoint (#34) Signed-off-by: Valeriy Svydenko --- devfile.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/devfile.yaml b/devfile.yaml index 8b0d2e8..88dd8c3 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -15,6 +15,7 @@ components: - exposure: public name: nodejs targetPort: 8080 + protocol: https memoryLimit: '1Gi' memoryRequest: '512Mi' cpuLimit: '2'