Skip to content

Conversation

Gentoli
Copy link
Contributor

@Gentoli Gentoli commented Mar 24, 2025

Summary of changes:
Add .Values.ollama.port to track ollama port.

This allows another pod -(svc.cluster.local:80)-> Service -(select by port name 'http=11434')-> Ollama pod. Changing service.port in this case will cause the the service forward traffic to port 80 on ollama.

Checklist:

  • I updated the artifacthub.io/changes annotation in Chart.yml according to the documentation
  • Optional: I updated in README.md the Helm Values

@jdetroyes jdetroyes self-assigned this Mar 26, 2025
@jdetroyes
Copy link
Contributor

Hello @Gentoli

Could you also introduce the ability to update Ollama env variable OLLAMA_HOST if ollama.port is different than 11434

Currently the variable is defined in the docker file as follow:

ENV OLLAMA_HOST=0.0.0.0:11434

@jdetroyes jdetroyes merged commit 495fd42 into otwld:main Mar 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants