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>
12 lines
275 B
YAML
12 lines
275 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: nxtgauge-admin-solid-secrets
|
|
namespace: nxtgauge
|
|
type: Opaque
|
|
stringData:
|
|
SMTP_HOST: "mail.nxtgauge.com"
|
|
SMTP_PORT: "587"
|
|
SMTP_USER: "noreply@nxtgauge.com"
|
|
SMTP_PASS: "Nxtguage@1128"
|
|
SMTP_FROM: "noreply@nxtgauge.com"
|