From 5de3c8ae6e09b50ddd62e4b54bc18f697f51f4d7 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Fri, 24 May 2024 00:15:13 +0100 Subject: [PATCH] Add a 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 9ca58cb..38f4529 100644 --- a/apps/whoami/ingress.yaml +++ b/apps/whoami/ingress.yaml @@ -13,4 +13,5 @@ spec: service: name: whoami port: - name: web \ No newline at end of file + name: web + number: 80 \ No newline at end of file