expose ollama internally

This commit is contained in:
Morten Olsen
2025-12-08 22:24:33 +01:00
parent 5773f147b1
commit fbfe0116da
2 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
name: "{{ .Release.Name }}"
namespace: "{{ .Release.Namespace }}"
spec:
gateways:
- "{{ .Values.globals.istio.gateway }}"
- mesh
hosts:
- "{{ .Values.subdomain }}.{{ .Values.globals.domain }}"
- mesh
http:
- route:
- destination:
host: "{{ .Release.Name }}"
port:
number: 80

View File

@@ -2,4 +2,4 @@ image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.13.1@sha256:8850b8b33936b9fb246e7b3e02849941f1151ea847e5fb15511f17de9589aea1 tag: 0.13.1@sha256:8850b8b33936b9fb246e7b3e02849941f1151ea847e5fb15511f17de9589aea1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
subdomain: openwebui subdomain: ollama