gitdataai/deploy/templates
ZhenYi 10836730ed
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
feat: add health endpoints and Prometheus metrics to git-hook and email-worker
Health monitoring:
- gitserver: /health endpoint on port 8021 (DB + Redis ping)
- git-hook: hyper health server on port 8083 with /health
- email-worker: hyper health server on port 8084 with /health
- K8s probes updated to httpGet for all three services

Metrics (via /metrics endpoint):
- git-hook: hook_tasks_total/success/failed/locked/retried/exhausted,
  hook_sync_branches/tags_changed_total
- email: email_queued/consumed/sent/failed_total,
  email_validation_skipped/build_errors/send_attempts_total
2026-04-25 23:45:48 +08:00
..
_helpers.tpl init 2026-04-15 09:08:09 +08:00
adminrpc-deployment.yaml fix(adminrpc): expose HTTP port 9091 in k8s deployment and service 2026-04-22 23:56:38 +08:00
app-deployment.yaml fix(deploy): bind app to 0.0.0.0 for K8s Service connectivity 2026-04-15 14:26:42 +08:00
email-worker-deployment.yaml feat: add health endpoints and Prometheus metrics to git-hook and email-worker 2026-04-25 23:45:48 +08:00
external-secrets.yaml init 2026-04-15 09:08:09 +08:00
git-hook-deployment.yaml feat: add health endpoints and Prometheus metrics to git-hook and email-worker 2026-04-25 23:45:48 +08:00
gitserver-deployment.yaml feat: add health endpoints and Prometheus metrics to git-hook and email-worker 2026-04-25 23:45:48 +08:00
gitserver-ingress.yaml init 2026-04-15 09:08:09 +08:00
ingress.yaml feat(frontend): Discord layout + AI Studio theme + Room Settings 2026-04-18 16:59:36 +08:00
NOTES.txt init 2026-04-15 09:08:09 +08:00
operator-deployment.yaml feat(k8s): enforce minimum 2 replicas for all services except email-worker 2026-04-15 23:08:25 +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 fix(k8s): protect PVCs from deletion on helm uninstall 2026-04-15 23:00:55 +08:00