From e93f74df8cba09457a33e2e3e406ab709fa5bcda Mon Sep 17 00:00:00 2001 From: Shawna Date: Sun, 7 Jan 2024 10:37:21 -0800 Subject: [PATCH] Update commands-depl.yaml Updated the targetPort to 8080 - Following the tutorial on youtube the sync post from Platforms to Commands Services fails when the targetPort in commands-depl.yaml is set to 80 --- K8S/commands-depl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/K8S/commands-depl.yaml b/K8S/commands-depl.yaml index 5b499da..0e0c6bc 100644 --- a/K8S/commands-depl.yaml +++ b/K8S/commands-depl.yaml @@ -28,4 +28,4 @@ spec: - name: commandservice protocol: TCP port: 80 - targetPort: 80 \ No newline at end of file + targetPort: 8080