From c654fafa480a89821ef6f4eb794165febc24b126 Mon Sep 17 00:00:00 2001 From: Shawna Date: Mon, 8 Jan 2024 20:58:28 -0800 Subject: [PATCH] Update platforms-depl.yaml Both the platforms-depl.yaml and commands-depl.yaml targetPort needs to be 8080 for the platforms service and commands service else nginx throws a 502 bad gateway error --- K8S/platforms-depl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/K8S/platforms-depl.yaml b/K8S/platforms-depl.yaml index bc3a213..4fc233d 100644 --- a/K8S/platforms-depl.yaml +++ b/K8S/platforms-depl.yaml @@ -28,8 +28,8 @@ spec: - name: platformservice protocol: TCP port: 80 - targetPort: 80 + targetPort: 8080 - name: plafromgrpc protocol: TCP port: 666 - targetPort: 666 \ No newline at end of file + targetPort: 666