From 0d485c4f7a4b4413c49ef5f89b4e6dcadc405d37 Mon Sep 17 00:00:00 2001 From: nold Date: Sat, 9 Dec 2023 10:58:09 +0100 Subject: [PATCH] feat(speech): whisper LB --- {.archive => projects}/localai/values/localai.yaml | 0 projects/speech/values/whisper.yaml | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename {.archive => projects}/localai/values/localai.yaml (100%) diff --git a/.archive/localai/values/localai.yaml b/projects/localai/values/localai.yaml similarity index 100% rename from .archive/localai/values/localai.yaml rename to projects/localai/values/localai.yaml diff --git a/projects/speech/values/whisper.yaml b/projects/speech/values/whisper.yaml index a73b855e..eb06d622 100644 --- a/projects/speech/values/whisper.yaml +++ b/projects/speech/values/whisper.yaml @@ -15,11 +15,11 @@ env: service: main: - type: ClusterIP - #externalTrafficPolicy: Local - # annotations: - # metallb.universe.tf/allow-shared-ip: iot - # metallb.universe.tf/address-pool: iot + type: LoadBalancer + externalTrafficPolicy: Local + annotations: + metallb.universe.tf/allow-shared-ip: iot + metallb.universe.tf/address-pool: iot ports: http: enabled: false