gitdataai/deploy/templates/gingress
ZhenYi b560d9ea0f fix(db): use seconds for connection pool timeouts instead of milliseconds
ConfigMap values are in seconds (e.g. connection_timeout=30 means 30s),
but Duration::from_millis() interpreted them as ms (30ms), causing pool
timeout on startup. Changed to from_secs(). Also removed Namespace from
Helm chart to prevent cascade deletion of PVC/ConfigMap on uninstall.
2026-05-10 23:58:16 +08:00
..
deployment.yaml feat(gingress): add Git UA routing and convert gingress to Helm templates 2026-05-10 22:47:18 +08:00
rbac.yaml fix(db): use seconds for connection pool timeouts instead of milliseconds 2026-05-10 23:58:16 +08:00
service.yaml feat(gingress): add Git UA routing and convert gingress to Helm templates 2026-05-10 22:47:18 +08:00