From 116140f0b7e5b9d598fa4dec9e7e390bbe20466b Mon Sep 17 00:00:00 2001 From: Robin Mordasiewicz Date: Sun, 29 Sep 2024 23:27:40 -0400 Subject: [PATCH] adding init --- manifests/ingress/Ingress.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/manifests/ingress/Ingress.yaml b/manifests/ingress/Ingress.yaml index 07dbbd5d..2c42a2c3 100644 --- a/manifests/ingress/Ingress.yaml +++ b/manifests/ingress/Ingress.yaml @@ -35,4 +35,11 @@ spec: service: name: lower-thirds port: - number: 8000 \ No newline at end of file + number: 8000 + - path: /v1 + pathType: Prefix + backend: + service: + name: ollama + port: + number: 11434 \ No newline at end of file