gitdataai/deploy
ZhenYi d1ade2c3c3
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(deploy): add HPA autoscaling rules for all services except email
Add HorizontalPodAutoscaler (autoscaling/v2) using CPU and memory utilization
metrics to all deployment templates: app, static, gitserver, git-hook,
operator, adminrpc. Email-worker is excluded as requested.

- CPU target: 80% average utilization
- Memory target: 80% average utilization
- Each service has per-service min/max replicas in values.yaml
- Operator autoscaling defaults to disabled (enabled: false)
- Conditional via {{ if .Values.<service>.autoscaling.enabled }}
2026-04-28 13:42:37 +08:00
..
crd fix(operator): mount /data PVC into git-hook deployment 2026-04-17 14:15:38 +08:00
templates feat(deploy): add HPA autoscaling rules for all services except email 2026-04-28 13:42:37 +08:00
Chart.yaml init 2026-04-15 09:08:09 +08:00
configmap.yaml fix(ws): allow APP_DOMAIN_URL and APP_STATIC_DOMAIN origins 2026-04-16 18:51:52 +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): add HPA autoscaling rules for all services except email 2026-04-28 13:42:37 +08:00