mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 11:26:25 +00:00
13 lines
280 B
YAML
13 lines
280 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: secret-notification
|
|
labels:
|
|
app: notification
|
|
system: hgzero
|
|
type: Opaque
|
|
stringData:
|
|
DB_URL: "jdbc:postgresql://postgres-service:5432/notification_db"
|
|
DB_USERNAME: "notification_user"
|
|
DB_PASSWORD: "notification_pass"
|