Files
gradio-ui/kustomization.yaml
Billy D. f5a2545ac8
Some checks failed
CI / Lint (push) Failing after 1m35s
CI / Release (push) Has been skipped
CI / Docker Build & Push (push) Has been skipped
CI / Deploy to Kubernetes (push) Has been skipped
CI / Notify (push) Successful in 1s
llm streaming outputs, bumped up images.
2026-02-20 16:53:37 -05:00

16 lines
326 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ai-ml
resources:
- embeddings.yaml
- llm.yaml
- tts.yaml
- stt.yaml
images:
- name: gitea-http.gitea.svc.cluster.local:3000/daviestechlabs/gradio-ui
newName: registry.lab.daviestechlabs.io/daviestechlabs/gradio-ui
newTag: "0.0.7"