gitdataai/deploy/templates
ZhenYi 6c3f5b49f8 feat(deploy): single unified Ingress with per-host routing
Replace multiple conflicting Ingress resources with one that routes:
- gitdata.ai         → frontend (port 80)
- api.gitdata.ai     → app (port 8080)
- git.gitdata.ai     → gitserver-http (port 8022)
- static.gitdata.ai  → static (port 8081)

Disable service-level ingress configs in values.yaml (they would
conflict on the same host/path). Single TLS secret covers all hosts.
2026-04-15 14:17:03 +08:00
..
_helpers.tpl init 2026-04-15 09:08:09 +08:00
app-deployment.yaml fix(deploy): correct ConfigMap name from -secrets to -config 2026-04-15 14:11:40 +08:00
email-worker-deployment.yaml fix(deploy): correct ConfigMap name from -secrets to -config 2026-04-15 14:11:40 +08:00
external-secrets.yaml init 2026-04-15 09:08:09 +08:00
frontend-deployment.yaml feat: add imagePullSecrets support to all deployment templates 2026-04-15 10:59:15 +08:00
frontend-ingress.yaml init 2026-04-15 09:08:09 +08:00
git-hook-deployment.yaml fix(deploy): correct ConfigMap name from -secrets to -config 2026-04-15 14:11:40 +08:00
gitserver-deployment.yaml fix(deploy): correct ConfigMap name from -secrets to -config 2026-04-15 14:11:40 +08:00
gitserver-ingress.yaml init 2026-04-15 09:08:09 +08:00
ingress.yaml feat(deploy): single unified Ingress with per-host routing 2026-04-15 14:17:03 +08:00
NOTES.txt init 2026-04-15 09:08:09 +08:00
operator-deployment.yaml fix(deploy): correct ConfigMap name from -secrets to -config 2026-04-15 14:11:40 +08:00
pdb.yaml init 2026-04-15 09:08:09 +08:00
secret.yaml fix(deploy): use secretRef instead of configMapRef in all deployments 2026-04-15 14:06:40 +08:00
static-deployment.yaml fix(deploy): correct ConfigMap name from -secrets to -config 2026-04-15 14:11:40 +08:00
static-ingress.yaml init 2026-04-15 09:08:09 +08:00
storage.yaml init 2026-04-15 09:08:09 +08:00