From cf186bbedc4b28e005e61ed067e15235f43110f4 Mon Sep 17 00:00:00 2001 From: Alex Hussey Date: Wed, 24 Jan 2024 02:15:35 +0000 Subject: [PATCH] Update DevFile to use 'https' endpoints --- .devfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devfile.yaml b/.devfile.yaml index 5ddab8b..ba50410 100644 --- a/.devfile.yaml +++ b/.devfile.yaml @@ -20,8 +20,8 @@ components: image: registry.redhat.io/devspaces/udi-rhel8:latest endpoints: - exposure: public - name: http - protocol: http + name: https + protocol: https targetPort: 3000 commands: - id: run