Compare commits
2 Commits
59e87e0868
...
5c8d175e90
Author | SHA1 | Date |
---|---|---|
Massaki Archambault | 5c8d175e90 | |
Massaki Archambault | 042018c4b8 |
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
|
@ -1,5 +1,6 @@
|
|||
resources:
|
||||
- namespace.yaml
|
||||
- api-ingress.yaml
|
||||
- ../../bases/ollama
|
||||
- ../../bases/openedai-speech
|
||||
# - ../../bases/litellm
|
||||
|
|
Loading…
Reference in New Issue