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"