Files
telegram-groupfactory/examples/secret.yaml
2026-06-19 11:33:42 +02:00

15 lines
413 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: groupfactory-tg-auth
namespace: groupfactory
labels:
app.kubernetes.io/name: groupfactory
type: Opaque
stringData:
API_KEY: "change-me-api-key"
MONGODB_URI: "mongodb://mongo:27017"
TELETHON_API_HASH: "replace-with-telegram-api-hash"
# Generate with: python3 scripts/generate_telegram_session.py
TELETHON_TOKEN: "replace-with-telethon-session-token"