gitdataai/deploy
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
..
templates feat(deploy): single unified Ingress with per-host routing 2026-04-15 14:17:03 +08:00
Chart.yaml init 2026-04-15 09:08:09 +08:00
configmap.yaml init 2026-04-15 09:08:09 +08:00
secrets.yaml.example init 2026-04-15 09:08:09 +08:00
values.user.yaml.example init 2026-04-15 09:08:09 +08:00
values.yaml feat(deploy): single unified Ingress with per-host routing 2026-04-15 14:17:03 +08:00