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 |
||
|---|---|---|
| .. | ||
| _helpers.tpl | ||
| adminrpc-deployment.yaml | ||
| app-deployment.yaml | ||
| email-worker-deployment.yaml | ||
| external-secrets.yaml | ||
| git-hook-deployment.yaml | ||
| gitserver-deployment.yaml | ||
| gitserver-ingress.yaml | ||
| ingress.yaml | ||
| NOTES.txt | ||
| operator-deployment.yaml | ||
| pdb.yaml | ||
| secret.yaml | ||
| static-deployment.yaml | ||
| static-ingress.yaml | ||
| storage.yaml | ||