From 0d9f2e0c85ced6035462ecd9f363de9734179dd8 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sun, 15 Sep 2024 21:42:33 -0700 Subject: feat: add cgit and a couple of domains --- manifests/std/cert.yaml | 2 -- manifests/std/kustomization.yaml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests/std') diff --git a/manifests/std/cert.yaml b/manifests/std/cert.yaml index b097f86..89ba063 100644 --- a/manifests/std/cert.yaml +++ b/manifests/std/cert.yaml @@ -12,5 +12,3 @@ spec: dnsNames: - cgit.ofmax.li - git.ofmax.li - - go.ofmax.li - - www.git.ofmax.li diff --git a/manifests/std/kustomization.yaml b/manifests/std/kustomization.yaml index 5a72c90..0a62ad5 100644 --- a/manifests/std/kustomization.yaml +++ b/manifests/std/kustomization.yaml @@ -14,6 +14,7 @@ labels: resources: - ../base +- ../cgit - cert.yaml - ingress.yaml -- cgit v1.2.3