local dev: .env for local development (gitignored)
CI / CI (pull_request) Failing after 41m29s

- .env.example: template with all service URIs for local development
- LOCAL_DEV.md: guide for running poimen locally
- Production: config.yaml (SOPS-encrypted K8s ConfigMap)
- Local: .env file (gitignored, never committed)
- Application reads from ENV in both cases (K8s ConfigMap + local dotenv)
- Simplifies prod/dev: same code, different config sources
This commit is contained in:
2026-09-13 11:16:11 +09:00
parent 985bb7ff46
commit 9b3dc839bf
3 changed files with 134 additions and 1 deletions
-1
View File
@@ -6,7 +6,6 @@ resources:
- deployment.yaml
- service.yaml
- config.yaml # Production config (SOPS-encrypted)
# config.local.yaml # Optional: plaintext local/dev overrides
generators:
- secret-generator.yaml