diff --git a/juntekim_frontend/app/SelfHosted/page.tsx b/juntekim_frontend/app/SelfHosted/page.tsx index 9b21b8d..ca23058 100644 --- a/juntekim_frontend/app/SelfHosted/page.tsx +++ b/juntekim_frontend/app/SelfHosted/page.tsx @@ -103,7 +103,7 @@ const services = [ { name: "Kokoro TTS", description: "Open-source text-to-speech API running locally with an OpenAI-compatible interface", - url: "https://kokoro.juntekim.com", + url: "https://kokoro.juntekim.com/web", icon: "🔊" }, diff --git a/kokoro/kokoro.yaml b/kokoro/kokoro.yaml index f16d151..6151f81 100644 --- a/kokoro/kokoro.yaml +++ b/kokoro/kokoro.yaml @@ -46,7 +46,7 @@ spec: targetPort: 8880 --- -apiVersion: traefik.io/v1alpha1 +apiVersion: traefik.containo.us/v1alpha1 kind: IngressRoute metadata: name: kokoro-ingressroute