Go to file
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
app refactor: update git, email, AI libs and app entries 2026-06-01 22:04:46 +08:00
chart/app feat(chart): add web frontend, external ConfigMap, SSH secret; fix probes and container names 2026-06-01 22:36:39 +08:00
docker chore: update docker configuration 2026-06-01 22:04:17 +08:00
lib feat: add env example, chart config, and track lib 2026-06-01 22:05:03 +08:00
public feat: 1.0 2026-05-30 01:38:40 +08:00
src refactor: update frontend components and pages 2026-06-01 22:04:53 +08:00
.clippy.toml feat: 1.0 2026-05-30 01:38:40 +08:00
.dockerignore chore: update config and build files 2026-06-01 22:04:09 +08:00
.editorconfig feat: 1.0 2026-05-30 01:38:40 +08:00
.env.example feat: add env example, chart config, and track lib 2026-06-01 22:05:03 +08:00
.gitignore feat(chart): add web frontend, external ConfigMap, SSH secret; fix probes and container names 2026-06-01 22:36:39 +08:00
bun.lock chore: update config and build files 2026-06-01 22:04:09 +08:00
Cargo.lock chore: update config and build files 2026-06-01 22:04:09 +08:00
Cargo.toml chore: update config and build files 2026-06-01 22:04:09 +08:00
components.json chore: update dependencies and configuration 2026-05-31 13:11:13 +08:00
eslint.config.js feat: 1.0 2026-05-30 01:38:27 +08:00
index.html chore: update dependencies and configuration 2026-05-31 13:11:13 +08:00
openapi.json feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
orval.config.ts feat: 1.0 2026-05-30 01:38:27 +08:00
package.json chore: update config and build files 2026-06-01 22:04:09 +08:00
rustfmt.toml feat: 1.0 2026-05-30 01:38:40 +08:00
tsconfig.app.json feat: 1.0 2026-05-30 01:38:27 +08:00
tsconfig.json feat: 1.0 2026-05-30 01:38:27 +08:00
tsconfig.node.json feat: 1.0 2026-05-30 01:38:27 +08:00
vite.config.ts chore: update config and build files 2026-06-01 22:04:09 +08:00