From e38f38a18845d7a69fd5cc019c2c94b99b85cc31 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 4 Aug 2024 00:40:52 +0100 Subject: [PATCH] Add ingress port --- apps/whoami/ingress.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/whoami/ingress.yaml b/apps/whoami/ingress.yaml index 0bdd0d2..4e2c734 100644 --- a/apps/whoami/ingress.yaml +++ b/apps/whoami/ingress.yaml @@ -10,4 +10,5 @@ spec: kind: Rule services: - name: podinfo - namespace: apps \ No newline at end of file + namespace: apps + port: 9898 \ No newline at end of file