1
0
Fork 0

Compare commits

..

3 Commits

Author SHA1 Message Date
Massaki Archambault 75e104d8fc swap tts from piper to kokoro 2025-02-06 23:29:23 -05:00
Massaki Archambault a8d7925296 expose jellyfin externally 2025-02-06 23:28:58 -05:00
Massaki Archambault 671952e6a7 bump versions 2025-02-06 23:28:40 -05:00
5 changed files with 20 additions and 6 deletions

View File

@ -26,7 +26,7 @@ spec:
- name: OLLAMA_BASE_URL
value: http://ollama-server.$(NAMESPACE).svc:11434
- name: AUDIO_TTS_OPENAI_API_BASE_URL
value: http://openedai-speech-server.$(NAMESPACE).svc:8000/v1
value: http://kokoro-tts-server.$(NAMESPACE).svc:8880/v1
- name: AUDIO_TTS_OPENAI_API_KEY
value: ignored
- name: RAG_EMBEDDING_ENGINE

View File

@ -22,7 +22,7 @@ images:
- name: prom/blackbox-exporter
newTag: v0.24.0
- name: nextcloud
newTag: 30.0.4
newTag: 30.0.5
- name: collabora/code
newTag: 24.04.11.1.1
- name: nextcloud/aio-imaginary
@ -40,12 +40,12 @@ images:
- name: bitnami/kubectl
newTag: "1.31"
- name: ollama/ollama
newTag: 0.3.14
newTag: 0.5.7
# newTag: 0.3.6-rocm
# - name: ghcr.io/berriai/litellm
# newTag: main-v1.43.1
- name: ghcr.io/open-webui/open-webui
newTag: v0.5.2
newTag: v0.5.10
- name: ghcr.io/sillytavern/sillytavern
newTag: 1.12.7

View File

@ -12,7 +12,7 @@ spec:
pathType: Prefix
backend:
service:
name: openedai-speech-server
name: kokoro-tts-server
port:
name: http
- path: /v1

View File

@ -2,7 +2,8 @@ resources:
- namespace.yaml
- api-ingress.yaml
- ../../bases/ollama
- ../../bases/openedai-speech
- ../../bases/kokoro-tts-gpu
# - ../../bases/openedai-speech
# - ../../bases/litellm
- ../../bases/openwebui
- ../../bases/sillytavern

View File

@ -6,12 +6,20 @@ terraform {
"app.kubernetes.io/managed-by" : "terraform"
}
}
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4.0"
}
}
}
provider "kubernetes" {
config_path = "~/.kube/config"
}
provider "cloudflare" {}
module "aws_parameters_external_secrets" {
source = "./modules/aws_parameters_external_secrets"
}
@ -70,6 +78,11 @@ module "cloudflare_records" {
type = "CNAME"
value = "home.badjware.dev"
},
{
name = "jellyfin"
type = "CNAME"
value = "home.badjware.dev"
},
{
name = "satisfactory"
type = "CNAME"