Adds Kustomize base+prod overlays for nxtgauge-frontend-solid, nxtgauge-admin-solid, and nxtgauge-backend-rust (18 services). ArgoCD Image Updater configured for auto-deploy on high-performance-latest tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
710 B
YAML
22 lines
710 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: nxtgauge-backend-rust-secrets
|
|
namespace: nxtgauge
|
|
type: Opaque
|
|
stringData:
|
|
DATABASE_URL: "postgresql://postgres:chandan2026%401@pg-postgresql.data.svc.cluster.local:5432/nxtgauge"
|
|
JWT_SECRET: "bPU0RQ/N7JW8CDCioe6AFBw/lBLTm++pGtta20pcsTX36p3OyheplgUyiD66OCuV"
|
|
REDIS_URL: "redis://redis-master.data.svc.cluster.local:6379"
|
|
SMTP_HOST: "mail.nxtgauge.com"
|
|
SMTP_PORT: "587"
|
|
SMTP_USER: "noreply@nxtgauge.com"
|
|
SMTP_PASS: "Nxtguage@1128"
|
|
SMTP_FROM_NAME: "NXTGAUGE"
|
|
SMTP_FROM_EMAIL: "noreply@nxtgauge.com"
|
|
SMTP_SECURE: "false"
|
|
SMTP_REQUIRE_TLS: "true"
|
|
B2_BUCKET_NAME: "nxtgauge"
|
|
B2_ENDPOINT: ""
|
|
B2_ACCESS_KEY_ID: ""
|
|
B2_SECRET_ACCESS_KEY: ""
|