Skip to content

Commit

Permalink
ollama deployment: imagePullPolicy, always
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Aug 16, 2024
1 parent a8d5791 commit 9ed2891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/apps/ollama/base/webui/webui-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
containers:
- name: open-webui
image: ghcr.io/open-webui/open-webui:main
imagePullPolicy: Always
ports:
- containerPort: 8080
env:
Expand Down

0 comments on commit 9ed2891

Please sign in to comment.