Files
MOHPortalTest-AllAgents-All…/qwen/hack/k8s/secrets.yaml
2025-10-24 16:29:40 -05:00

17 lines
701 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: moh-secrets
namespace: merchantsofhope
type: Opaque
data:
# These values should be replaced with actual base64 encoded values in production
DB_USER: bW9oX3VzZXI= # base64 encoded "moh_user"
DB_PASS: bW9oX3Bhc3N3b3Jk # base64 encoded "moh_password"
GOOGLE_CLIENT_ID: "" # base64 encoded Google client ID
GOOGLE_CLIENT_SECRET: "" # base64 encoded Google client secret
GITHUB_CLIENT_ID: "" # base64 encoded GitHub client ID
GITHUB_CLIENT_SECRET: "" # base64 encoded GitHub client secret
MAIL_USERNAME: "" # base64 encoded mail username
MAIL_PASSWORD: "" # base64 encoded mail password
JWT_SECRET: "" # base64 encoded JWT secret