generated from iits-consulting/helm-chart-repo-gh-pages-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update readme
- Loading branch information
Victor Getz
committed
Jan 16, 2024
1 parent
ec6bd88
commit 32e1744
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |