1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Massaki Archambault 5c8d175e90 bump open-webui to v0.4.7 2024-12-05 00:23:08 -05:00
Massaki Archambault 042018c4b8 add ingress to emulate openai api 2024-12-05 00:22:50 -05:00
3 changed files with 26 additions and 1 deletions

View File

@ -45,7 +45,7 @@ images:
# - name: ghcr.io/berriai/litellm
# newTag: main-v1.43.1
- name: ghcr.io/open-webui/open-webui
newTag: v0.3.35
newTag: v0.4.7
- name: ghcr.io/sillytavern/sillytavern
newTag: 1.12.7

View File

@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: api
spec:
rules:
- host: openai.badjware.dev
http:
paths:
- path: /v1/audio/speech
pathType: Prefix
backend:
service:
name: openedai-speech-server
port:
name: http
- path: /v1
pathType: Prefix
backend:
service:
name: ollama-server
port:
name: http

View File

@ -1,5 +1,6 @@
resources:
- namespace.yaml
- api-ingress.yaml
- ../../bases/ollama
- ../../bases/openedai-speech
# - ../../bases/litellm