Skip to content

Commit

Permalink
#97 Add iits-fullstack-olama
Browse files Browse the repository at this point in the history
- update readme
  • Loading branch information
Victor Getz committed Jan 16, 2024
1 parent ec6bd88 commit 32e1744
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
38 changes: 38 additions & 0 deletions charts/iits-ollama-fullstack/README-IITS.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Usage inside infrastructure-charts

```yaml
iits-ollama-fullstack:
targetRevision: "0.1.1"
namespace: ollama
valueFile: "value-files/iits-ollama-fullstack/values.yaml"
```
value-files/iits-ollama-fullstack/values.yaml
```yaml
ingress:
airbyte:
host: "airbyte.ollama.my-domain.com"
annotations:
# Adds the oidc proxy upfront
traefik.ingress.kubernetes.io/router.middlewares: "ollama-oidc-forward-auth-ollama@kubernetescrd"
ollama:
ollama:
ollama:
gpu:
enabled: "true"
ingress:
host: "ollama.my-domain.com"
annotations:
# Adds the oidc proxy upfront
traefik.ingress.kubernetes.io/router.middlewares: "ollama-oidc-forward-auth-ollama@kubernetescrd"
webui:
env:
OLLAMA_API_BASE_URL: "https://ollama.my-domain.com/api"
ingress:
annotations:
# Adds the oidc proxy upfront
traefik.ingress.kubernetes.io/router.middlewares: "ollama-oidc-forward-auth-ollama@kubernetescrd"
host: "ollama.my-domain.com"
```
4 changes: 4 additions & 0 deletions kubeval-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
credentials:
password: "DUMMY_VALUE"
ollama:
webui:
env:
OLLAMA_API_BASE_URL: "https://ollama.my-domain.com/api"
webui:
env:
OLLAMA_API_BASE_URL: "https://ollama.my-domain.com/api"

0 comments on commit 32e1744

Please sign in to comment.