gitdataai/deploy/templates
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
..
app feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
email_worker fix(deploy): replace underscores with hyphens in container names and fix namespace Helm ownership 2026-05-10 23:23:45 +08:00
gingress fix(db): use seconds for connection pool timeouts instead of milliseconds 2026-05-10 23:58:16 +08:00
git_hook feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
gitserver feat(deploy): configure ingress with gingress, cert-manager TLS, and SSH LB 2026-05-10 22:29:32 +08:00
metrics_aggregator fix(deploy): replace underscores with hyphens in container names and fix namespace Helm ownership 2026-05-10 23:23:45 +08:00
static_server fix(deploy): replace underscores with hyphens in container names and fix namespace Helm ownership 2026-05-10 23:23:45 +08:00
_helpers.tpl feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
hpa.yaml feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
ingress.yaml feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
NOTES.txt feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
secret.yaml feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
serviceaccount.yaml feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00