hgzero/.github/kustomize/overlays/prod/secret-notification-patch.yaml
2025-10-27 16:33:34 +09:00

12 lines
298 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: notification-secret
namespace: hgzero
type: Opaque
stringData:
DB_URL: "jdbc:postgresql://postgres-prod:5432/notification_prod"
DB_USERNAME: "notification_admin"
DB_PASSWORD: "notification_prod_password"
OPENAI_API_KEY: "your-openai-api-key"