hearth/kubernetes/forgejo/cockroachdb-secret.yaml
Eric Garcia e78000831e Initial commit: Port infrastructure from coherence-mcp
Hearth is the infrastructure home for the letemcook ecosystem.

Ported from coherence-mcp/infra:
- Terraform modules (VPC, EKS, IAM, NLB, S3, storage)
- Kubernetes manifests (Forgejo, ingress, cert-manager, karpenter)
- Deployment scripts (phased rollout)

Status: Not deployed. EKS cluster needs to be provisioned.

Next steps:
1. Bootstrap terraform backend
2. Deploy phase 1 (foundation)
3. Deploy phase 2 (core services including Forgejo)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 06:06:13 -05:00

17 lines
436 B
YAML

# Forgejo CockroachDB Credentials
# RFC 0049: Service Database Unification
# ADR 0003: FIPS 140-2 compliant storage
apiVersion: v1
kind: Secret
metadata:
name: forgejo-cockroachdb
namespace: forgejo
labels:
app.kubernetes.io/name: forgejo
app.kubernetes.io/part-of: core-services
alignment.dev/rfc: "0049"
type: Opaque
stringData:
username: forgejo_user
password: "forgejo-crdb-secure-2026"
database: forgejo_db