diff options
| author | Max Resnick <max@ofmax.li> | 2024-09-15 21:42:33 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-09-15 21:42:33 -0700 |
| commit | 0d9f2e0c85ced6035462ecd9f363de9734179dd8 (patch) | |
| tree | 20f8ed8dae1be8c6c7c8eabde37ed5d4ff6710aa /manifests | |
| parent | 9ef542d1d72cc55b1d0ea344119ccfb2f885854c (diff) | |
| download | go-git-server-0d9f2e0c85ced6035462ecd9f363de9734179dd8.tar.gz | |
feat: add cgit and a couple of domains
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/std/cert.yaml | 2 | ||||
| -rw-r--r-- | manifests/std/kustomization.yaml | 1 |
2 files changed, 1 insertions, 2 deletions
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 |