first commit
This commit is contained in:
11
examples/configmap.yaml
Normal file
11
examples/configmap.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: groupfactory-client-bot-config
|
||||
namespace: groupfactory
|
||||
labels:
|
||||
app.kubernetes.io/name: groupfactory-client-bot
|
||||
data:
|
||||
GROUPFACTORY_API_BASE_URL: "http://groupfactory:8000"
|
||||
GROUPFACTORY_API_TIMEOUT: "300"
|
||||
BOT_ALLOWED_CHAT_IDS: "-1001234567890"
|
||||
11
examples/secret.yaml
Normal file
11
examples/secret.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: groupfactory-client-bot-secret
|
||||
namespace: groupfactory
|
||||
labels:
|
||||
app.kubernetes.io/name: groupfactory-client-bot
|
||||
type: Opaque
|
||||
stringData:
|
||||
TELEGRAM_BOT_TOKEN: "replace-with-telegram-bot-token"
|
||||
GROUPFACTORY_API_KEY: "change-me-api-key"
|
||||
Reference in New Issue
Block a user