From 00ad6ec9b6b0dde555d774088c54699fa8cbf52c Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 24 Mar 2025 00:23:27 -0500 Subject: [PATCH] updated gitea settings to use postgres db and external domain --- apps/production/gitea/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/production/gitea/kustomization.yaml b/apps/production/gitea/kustomization.yaml index c87a785..d952ebc 100644 --- a/apps/production/gitea/kustomization.yaml +++ b/apps/production/gitea/kustomization.yaml @@ -8,4 +8,5 @@ resources: - deployment.yaml - service.yaml - pvc.yaml + - ingress.yaml