Commit Graph

4 Commits

Author SHA1 Message Date
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