Files
qiming/qiming-rcoder/k8s/manifests/overlays/prod/credentials.yaml
2026-06-01 13:54:52 +08:00

17 lines
652 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ============================================================
# 存储层凭据 Secret - Prod 环境
# ⚠️ 上线前必须替换为真实强密码,并同步修改 juicefs-secret.yaml 的 metaurl / MINIO_ACCESS_KEY 等字段
# 推荐做法:不把真实密码提交到 git改用 SealedSecret / ExternalSecret / 部署时注入
# ============================================================
apiVersion: v1
kind: Secret
metadata:
name: rcoder-credentials
namespace: nuwax-rcoder-prod
type: Opaque
stringData:
POSTGRES_USER: "juicefs"
POSTGRES_PASSWORD: "prodPg2024"
MINIO_ROOT_USER: "minioadmin"
MINIO_ROOT_PASSWORD: "prodMinio2024"