hgzero/.github/kustomize/base/common/secret-common.yaml
2025-10-27 16:33:34 +09:00

12 lines
274 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: secret-common
type: Opaque
stringData:
# JWT Secret Key (Base64 encoded in production)
JWT_SECRET_KEY: "hgzero-jwt-secret-key-change-in-production"
# Redis Password
REDIS_PASSWORD: "redis-password-change-in-production"