From b930129093d8213f3f06c0aef92bc7b9d8c62ee2 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Sat, 30 Oct 2021 12:33:32 -0700 Subject: [PATCH] Add ingress --- kustomization.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index ffc7b3c..1788080 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -18,5 +18,4 @@ resources: - postgres-service.yaml - gitea-deployment.yaml - gitea-service.yaml -# - service.yaml -# - ingress.yaml +- ingress.yaml