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

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"