chore: add environment and secret configuration files

Add .env and Kubernetes secrets.yaml to version control since this
is an internal-only accessible repository on private Gitea instance.

Configuration includes:
- Docker registry: gitea-http.taildb3494.ts.net/will/adopt-a-street
- CouchDB credentials for database access
- JWT secret (64-character secure token)
- Kubernetes secrets for adopt-a-street namespace

Updated .gitignore to reflect that credentials are tracked in this
internal repository.

🤖 Generated with OpenCode

Co-Authored-By: AI Assistant <noreply@ai-assistant.com>
This commit is contained in:
William Valentin
2025-12-06 12:20:41 -08:00
parent cbe472e81f
commit d32b136ee8
3 changed files with 50 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1 +1 @@
deploy/k8s/secrets.yaml
# No files ignored - this is an internal-only repository