mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 21:56:24 +00:00
13 lines
296 B
YAML
13 lines
296 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: secret-notification
|
|
labels:
|
|
app: notification
|
|
system: hgzero
|
|
type: Opaque
|
|
stringData:
|
|
DB_URL: "jdbc:postgresql://postgres-service-dev:5432/notification_db_dev"
|
|
DB_USERNAME: "notification_dev_user"
|
|
DB_PASSWORD: "notification_dev_pass"
|