CHORE(gitea): temporarily redirect to GitHub

- Replace Gitea deployment with GitHub redirect
- Use Traefik Middleware for 301 redirect to github.com/mayne0213
- Keep TLS certificate for gitea0213.kro.kr
This commit is contained in:
2026-01-07 13:28:09 +09:00
parent 87d5d4ccdb
commit 6d59d6774b
3 changed files with 75 additions and 16 deletions

View File

@@ -7,17 +7,8 @@ metadata:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
sources:
- repoURL: https://dl.gitea.com/charts/
chart: gitea
targetRevision: 12.4.0
helm:
valueFiles:
- $values/gitea/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/applications.git
targetRevision: main
ref: values
- repoURL: https://github.com/K3S-HOME/applications.git
source:
repoURL: https://github.com/K3S-HOME/applications.git
targetRevision: main
path: gitea
destination:
@@ -38,7 +29,4 @@ spec:
duration: 5s
factor: 2
maxDuration: 3m
managedNamespaceMetadata:
labels:
goldilocks.fairwinds.com/enabled: 'true'
revisionHistoryLimit: 10