Commit Graph

5 Commits

Author SHA1 Message Date
67d41fa688 feat: add CodiMD database port-forward helper scripts
Add three scripts to simplify CodiMD database access via port-forward:
- db-port-forward.sh: Start SSH tunnel and kubectl port-forward
- db-port-forward-stop.sh: Stop port-forward processes
- db-status.sh: Check port-forward status

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 12:06:47 +08:00
be3f2ffe5c fix: use TCP probe for CodiMD health check (/healthz not available) 2026-04-01 17:57:07 +08:00
aaa7acb4ec fix: use correct codimd image version 2.6.1 (alpine tag not available) 2026-04-01 17:54:34 +08:00
3bf3ddd306 feat: improve security and stability for Vaultwarden and CodiMD
Security:
- Move Vaultwarden ADMIN_TOKEN to Secret (was plaintext)
- Remove root user execution from CodiMD (runAsUser: 0)
- Use fixed image versions instead of latest tag

Stability:
- Add liveness/readiness probes to Vaultwarden, CodiMD, CodiMD DB
- Add resource requests/limits to all services
- Set appropriate memory/CPU constraints

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 17:52:30 +08:00
2f04fa4473 Initial commit: k8s cluster manifests and scripts 2026-04-01 15:34:02 +08:00