From 95653db036694a2ab579cc5b46594588ca873ce8 Mon Sep 17 00:00:00 2001 From: yurifrancalacci Date: Wed, 9 Jul 2025 09:59:02 +0200 Subject: [PATCH] FIX: set redis service to port 6379 section3.adoc --- modules/chapter1/pages/section3.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/chapter1/pages/section3.adoc b/modules/chapter1/pages/section3.adoc index af298cd..ee2d938 100644 --- a/modules/chapter1/pages/section3.adoc +++ b/modules/chapter1/pages/section3.adoc @@ -14,7 +14,7 @@ PORT,PROTOCOL,Service,Component 443/8433,HTTPS,Receptor,OCP Mesh ingress 27199,TCP,Receptor,Controller/hop/execution nodes 50051,TCP,GRPC,Platform gateway -6379,TCP,PostgreSQL,Redis node +6379,TCP,Redis,Redis node 16379,TCP,Redis,Cluster Redis for resilient configuration |===