From 8894891975ba6bc21721432acb04b742f8be46cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 13 Jun 2023 22:08:11 +0200 Subject: [PATCH] add ports --- devfile.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devfile.yaml b/devfile.yaml index 442dcef..7a59b38 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -8,12 +8,12 @@ components: endpoints: - exposure: public name: web - protocol: http - targetPort: 5032 + protocol: https + targetPort: 44315 - exposure: public name: api - protocol: http - targetPort: 5033 + protocol: https + targetPort: 5099 image: registry.redhat.io/devspaces/udi-rhel8:3.5 memoryLimit: 4G cpuLimit: 8000m