From 0084707bbc29f8ead8e689b70e203513ecb60a48 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 13 Feb 2024 15:56:10 +0100 Subject: [PATCH] fix(dispatcher): dispatcher service must use containerport --- .../hydra-dispatcher/resources/hydra-dispatcher-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/hydra-dispatcher/resources/hydra-dispatcher-service.yaml b/resources/hydra-dispatcher/resources/hydra-dispatcher-service.yaml index dcbdd9f..1357a2a 100644 --- a/resources/hydra-dispatcher/resources/hydra-dispatcher-service.yaml +++ b/resources/hydra-dispatcher/resources/hydra-dispatcher-service.yaml @@ -7,7 +7,7 @@ metadata: spec: ports: - name: http - port: 80 + port: 8080 selector: io.kompose.service: hydra-dispatcher status: