From cec0842615d0ceb126540bd3d10bb07db6a52d6d Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Fri, 16 Feb 2024 23:04:16 +0000 Subject: [PATCH] Add ingress --- apps/whoami/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/whoami/kustomization.yaml b/apps/whoami/kustomization.yaml index fd7052c..3701420 100644 --- a/apps/whoami/kustomization.yaml +++ b/apps/whoami/kustomization.yaml @@ -3,4 +3,5 @@ kind: Kustomization namespace: apps resources: - deployment.yaml -- service.yaml \ No newline at end of file +- service.yaml +- ingress.yaml \ No newline at end of file