From efdb65e94b8d154eb07d20d9f2a54bdf6d34c46b Mon Sep 17 00:00:00 2001 From: Web4application Date: Sat, 17 May 2025 01:45:19 +0000 Subject: [PATCH] Upload files to "https:/github.com/Web4application/Web4AI_Project_Assistant.git" --- .../Web4AI_Project_Assistant.git/Web-4 | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 https:/github.com/Web4application/Web4AI_Project_Assistant.git/Web-4 diff --git a/https:/github.com/Web4application/Web4AI_Project_Assistant.git/Web-4 b/https:/github.com/Web4application/Web4AI_Project_Assistant.git/Web-4 new file mode 100644 index 0000000..b934382 --- /dev/null +++ b/https:/github.com/Web4application/Web4AI_Project_Assistant.git/Web-4 @@ -0,0 +1,66 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: realchar-deployment + labels: + app: +spec: + replicas: 1 + selector: + matchLabels: + app: + template: + metadata: + labels: + app: + spec: + containers: + - name: realchar-container + image: + ports: + - containerPort: 8000 + env: + - name: DATABASE_URL + value: sqlite:///./test.db + - name: RODA AI + value: + - name: SPEECH_TO_TEXT_USE + value: LOCAL_WHISPER + - name: GOOGLE_APPLICATION_CREDENTIALS + value: + - name: OPEN_AI_WHISPER_API_KEY + value: + - name: TEXT_TO_SPEECH_USE + value: ELEVEN_LABS + - name: ELEVEN_LABS_API_KEY + value: + - name: USE_AUTH + value: "" + - name: AUTH_API_KEY + value: "" + - name: PI_VOICE + value: + - name: RAIDEN_VOICE + value: + - name: LOKI_VOICE + value: + - name: ELON_VOICE + value: + - name: JOBS_VOICE + value: + - name: BRUCE_VOICE + value: +--- +apiVersion: v1 +kind: Service +metadata: + name: + annotations: +spec: + type: LoadBalancer + selector: + app: realchar + ports: + - protocol: TCP + port: 80 + targetPort: 8000