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

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"