Skip to content

Commit

Permalink
reset GitRepoSync.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Ravelo <[email protected]>
  • Loading branch information
carlos-ravelo-ask committed Apr 14, 2024
1 parent 6fe44bb commit f6cdcc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apps/open-webui/base/webui-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ spec:
env:
- name: OLLAMA_BASE_URL
value: "http://ollama.default.svc.cluster.local:11434"
- name: RAG_EMBEDDING_MODEL_AUTO_UPDATE
value: "true"
- name: ENABLE_SIGNUP
value: "false"
ports:
- name: http
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/setup/GitRepoSync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
interval: 1m0s
ref:
branch: feature/private-chatgpt
branch: main
url: https://github.com/gandazgul/k8s-infrastructure.git
ignore: |
clusters/**/apps/values/
Expand Down

0 comments on commit f6cdcc8

Please sign in to comment.