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