gitdataai/.gitignore
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

65 lines
634 B
Plaintext

# Rust build artifacts
/target
**/target/
# Rust IDE and tooling
.idea/
.vscode/
*.swp
*.swo
*~
# Environment files
.env
.env.local
.env.*.local
.env.production
# OS files
.DS_Store
Thumbs.db
desktop.ini
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Build output
dist/
build/
.codegraph
# Logs
logs/
*.log
# Data and certificates
data/
cert/
# Docker
docker-compose.override.yml
.docker/
# Agent configs
.claude/
.codex/
.agent/
.agents/
CLAUDE.md
AGENTS.md
migrate.sh
# Temporary files
tmp/
temp/
.tmp/
# Backup files
*.bak
*.backup
*~
chart/ConfigMap.yaml
chart/SSH.yaml
chart/pvc