mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 11:26:25 +00:00
12 lines
298 B
YAML
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"
|