gitdataai/deploy
ZhenYi 38da729860
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
fix(adminrpc): expose HTTP port 9091 in k8s deployment and service
The adminrpc binary runs HTTP endpoints on port grpc_port+1 (9091),
but k8s deployment only exposed port 9090 (gRPC). The /api/admin/*
HTTP routes were unreachable from the admin dashboard frontend.

- Add http container port 9091 to Deployment
- Add http named port to k8s Service
- Point liveness/readiness probes to HTTP port 9091
- Add http_port: 9091 to Helm values.yaml
2026-04-22 23:56:38 +08:00
..
crd fix(operator): mount /data PVC into git-hook deployment 2026-04-17 14:15:38 +08:00
templates fix(adminrpc): expose HTTP port 9091 in k8s deployment and service 2026-04-22 23:56:38 +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 fix(adminrpc): expose HTTP port 9091 in k8s deployment and service 2026-04-22 23:56:38 +08:00