From 7ffd29ba29bf1212d1e3652bcc625565fd3434b9 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 4 Aug 2024 01:06:48 +0100 Subject: [PATCH] Update ports --- apps/whoami/service.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/whoami/service.yaml b/apps/whoami/service.yaml index 27ea3a3..28f4ac9 100644 --- a/apps/whoami/service.yaml +++ b/apps/whoami/service.yaml @@ -9,6 +9,8 @@ spec: ports: - name: http port: 9898 + targetPort: 9898 - name: grpc port: 9999 + targetPort: 9999 protocol: TCP \ No newline at end of file