Added Argo Manifests
This commit is contained in:
14
examples/secret.yaml
Normal file
14
examples/secret.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user