chore: make docker
This commit is contained in:
23
k8s/secret.example.yaml
Normal file
23
k8s/secret.example.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: joel-bot-env
|
||||
namespace: joel-bot
|
||||
type: Opaque
|
||||
stringData:
|
||||
DISCORD_TOKEN: ""
|
||||
DISCORD_CLIENT_ID: ""
|
||||
DISCORD_CLIENT_SECRET: ""
|
||||
OPENROUTER_API_KEY: ""
|
||||
OPENAI_API_KEY: ""
|
||||
HF_TOKEN: ""
|
||||
REPLICATE_API_KEY: ""
|
||||
FAL_KEY: ""
|
||||
KLIPY_API_KEY: ""
|
||||
ELEVENLABS_API_KEY: ""
|
||||
ELEVENLABS_VOICE_ID: ""
|
||||
ELEVENLABS_MODEL: "eleven_multilingual_v2"
|
||||
AI_CLASSIFICATION_MODEL: "google/gemma-3-12b-it:free"
|
||||
AI_CLASSIFICATION_FALLBACK_MODELS: "meta-llama/llama-3.3-70b-instruct:free,mistralai/mistral-small-3.1-24b-instruct:free"
|
||||
WEB_BASE_URL: "https://joel.example.com"
|
||||
SESSION_SECRET: "replace-with-a-long-random-secret"
|
||||
Reference in New Issue
Block a user