gitdataai/chart/app/templates
zhenyi dbb9e2a1e1 feat(chart): add web frontend, external ConfigMap, SSH secret; fix probes and container names
- Add web Deployment/Service with nginx SPA on port 80
- Remove env generation from chart, use external ConfigMap (configMap.create=false)
- Add SSH host key Secret injection for gitpod (/etc/ssh)
- Fix ServiceMonitor to scrape /metrics uniformly for all services
- Fix container names to be service-specific (gitdata/gitpod/gitsync/email/web)
- Parameterize PVC claimName and data mountPath
- Fix Ingress routing: / -> web, /api /socket.io -> gitdata
- Add web to HPA/PDB support lists
2026-06-01 22:36:39 +08:00
..
_helpers.tpl feat: add env example, chart config, and track lib 2026-06-01 22:05:03 +08:00
configmap.yaml feat(chart): add web frontend, external ConfigMap, SSH secret; fix probes and container names 2026-06-01 22:36:39 +08:00
deployment.yaml feat(chart): add web frontend, external ConfigMap, SSH secret; fix probes and container names 2026-06-01 22:36:39 +08:00
hpa.yaml feat(chart): add web frontend, external ConfigMap, SSH secret; fix probes and container names 2026-06-01 22:36:39 +08:00
ingress.yaml feat(chart): add web frontend, external ConfigMap, SSH secret; fix probes and container names 2026-06-01 22:36:39 +08:00
NOTES.txt feat: add env example, chart config, and track lib 2026-06-01 22:05:03 +08:00
pdb.yaml feat(chart): add web frontend, external ConfigMap, SSH secret; fix probes and container names 2026-06-01 22:36:39 +08:00
service.yaml feat(chart): add web frontend, external ConfigMap, SSH secret; fix probes and container names 2026-06-01 22:36:39 +08:00
serviceaccount.yaml feat: add env example, chart config, and track lib 2026-06-01 22:05:03 +08:00
servicemonitor.yaml feat(chart): add web frontend, external ConfigMap, SSH secret; fix probes and container names 2026-06-01 22:36:39 +08:00