eb46543150
- Create telegram-notify secret in n8n, portfolio, polymarket-bot, researchowl, openclaw namespaces (values mirrored from monitoring/grafana-telegram) - Update existing smoke tests (n8n, portfolio, polymarket-bot) to send [OK]/[FAIL] Telegram notifications on success/failure - Add postsync-smoke-test for openclaw (curl GET / on port 18789) - Add postsync-smoke-test for researchowl (no HTTP port; checks readyReplicas via k8s API using a smoke-test-reader ServiceAccount + Role + RoleBinding) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
222 B
YAML
10 lines
222 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: telegram-notify
|
|
namespace: n8n
|
|
type: Opaque
|
|
data:
|
|
TELEGRAM_BOT_TOKEN: ODYxMTkxMzgwMjpBQUZsckZ0YzB2WUlTT2xpT19XOEI0Yy1XMXVlMGhHOUZpbw==
|
|
TELEGRAM_CHAT_ID: NTEzODQwNzY2Ng==
|