Skip to content

Commit

Permalink
Auto update of README.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 3, 2024
1 parent eb44798 commit 13f2c6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 55 deletions.
2 changes: 1 addition & 1 deletion charts/elasticsearch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# elasticsearch

![Version: 8.9.0](https://img.shields.io/badge/Version-8.9.0-informational?style=flat-square) ![AppVersion: 8.5.1](https://img.shields.io/badge/AppVersion-8.5.1-informational?style=flat-square)
![Version: 8.9.1](https://img.shields.io/badge/Version-8.9.1-informational?style=flat-square) ![AppVersion: 8.5.1](https://img.shields.io/badge/AppVersion-8.5.1-informational?style=flat-square)

Elasticsearch + filebeat + kibana with default common used indexes and Index Lifecycle Management.
It comes also with a backup functionality.
Expand Down
60 changes: 6 additions & 54 deletions charts/ollama/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ollama

![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.8.2](https://img.shields.io/badge/Version-0.8.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Get up and running with large language models locally.

Expand Down Expand Up @@ -55,46 +55,6 @@ Kubernetes: `^1.16.0-0`

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| middleware.deployment.affinity | object | `{}` | |
| middleware.deployment.env.OLLAMA_URL | string | `"http://ollama:11434"` | |
| middleware.deployment.env.OPENAI_API_TOKEN | string | `""` | |
| middleware.deployment.env.WEAVIATE_URL | string | `"http://weaviate:80"` | |
| middleware.deployment.envFromSecret | string | `nil` | |
| middleware.deployment.fullnameOverride | string | `""` | |
| middleware.deployment.health.liveness.path | string | `"/middleware/api/chat/health"` | |
| middleware.deployment.health.liveness.port | int | `8000` | |
| middleware.deployment.health.readiness.path | string | `"/middleware/api/chat/health"` | |
| middleware.deployment.health.readiness.port | int | `8000` | |
| middleware.deployment.image.pullPolicy | string | `"IfNotPresent"` | |
| middleware.deployment.image.repository | string | `"registry.gitlab.iits.tech/private/llm/llm-middleware"` | |
| middleware.deployment.image.tag | string | `""` | |
| middleware.deployment.imagePullSecrets | list | `[]` | |
| middleware.deployment.nameOverride | string | `""` | |
| middleware.deployment.podAnnotations | object | `{}` | |
| middleware.deployment.podSecurityContext | string | `nil` | |
| middleware.deployment.ports.http.port | int | `8000` | |
| middleware.deployment.replicaCount | string | `"1"` | |
| middleware.deployment.resources.limits.cpu | string | `"2000m"` | |
| middleware.deployment.resources.limits.memory | string | `"2Gi"` | |
| middleware.deployment.resources.requests.cpu | string | `"500m"` | |
| middleware.deployment.resources.requests.memory | string | `"512Mi"` | |
| middleware.deployment.securityContext | string | `nil` | |
| middleware.deployment.volumeMounts | object | `{}` | |
| middleware.deployment.volumes | object | `{}` | |
| middleware.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt"` | |
| middleware.ingress.annotations."traefik.ingress.kubernetes.io/router.entrypoints" | string | `"websecure"` | |
| middleware.ingress.annotations."traefik.ingress.kubernetes.io/router.tls" | string | `"true"` | |
| middleware.ingress.defaultIngress.backend.port.name | string | `"http"` | |
| middleware.ingress.defaultIngress.enabled | bool | `true` | |
| middleware.ingress.defaultIngress.path | string | `"/middleware"` | |
| middleware.ingress.defaultIngress.tls.secretName | string | `"llm-cert"` | |
| middleware.ingress.enabled | bool | `true` | |
| middleware.ingress.host | string | `"llm.iits.tech"` | |
| middleware.service.ports.http.port | int | `8000` | |
| middleware.service.ports.http.targetPort | int | `8000` | |
| middleware.serviceAccount.annotations | object | `{}` | |
| middleware.serviceAccount.create | bool | `true` | |
| middleware.serviceAccount.name | string | `""` | |
| ollama.affinity | object | `{}` | |
| ollama.autoscaling.enabled | bool | `false` | |
| ollama.autoscaling.maxReplicas | int | `100` | |
Expand All @@ -105,18 +65,14 @@ Kubernetes: `^1.16.0-0`
| ollama.fullnameOverride | string | `""` | |
| ollama.image.pullPolicy | string | `"IfNotPresent"` | |
| ollama.image.repository | string | `"ollama/ollama"` | |
| ollama.image.tag | string | `""` | |
| ollama.image.tag | string | `"0.1.39"` | |
| ollama.imagePullSecrets | list | `[]` | |
| ollama.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt"` | |
| ollama.ingress.annotations."traefik.ingress.kubernetes.io/router.entrypoints" | string | `"websecure"` | |
| ollama.ingress.annotations."traefik.ingress.kubernetes.io/router.middlewares" | string | `"{{.Release.Namespace}}-strip-prefix-ollama@kubernetescrd"` | |
| ollama.ingress.annotations."traefik.ingress.kubernetes.io/router.tls" | string | `"true"` | |
| ollama.ingress.enabled | bool | `true` | |
| ollama.ingress.host | string | `nil` | Required, replace it with your host address |
| ollama.ingress.hosts[0].host | string | `"{{.Values.ollama.ingress.host}}"` | |
| ollama.ingress.hosts[0].paths[0].path | string | `"/ollama"` | |
| ollama.ingress.tls[0].hosts[0] | string | `"{{.Values.ollama.ingress.host}}"` | |
| ollama.ingress.tls[0].secretName | string | `"llm-cert"` | |
| ollama.ingress.hosts[0].paths[0].path | string | `"/"` | |
| ollama.ingress.traefikMiddlewareEnabled | string | `"true"` | |
| ollama.livenessProbe.enabled | bool | `true` | |
| ollama.livenessProbe.failureThreshold | int | `6` | |
Expand Down Expand Up @@ -168,23 +124,19 @@ Kubernetes: `^1.16.0-0`
| webui.autoscaling.maxReplicas | int | `100` | |
| webui.autoscaling.minReplicas | int | `1` | |
| webui.autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| webui.env.MIDDLEWARE_API_BASE_URL | string | `"https://{{$.Values.webui.ingress.host}}/middleware/api"` | |
| webui.env.OLLAMA_API_BASE_URL | string | `"https://{{$.Values.webui.ingress.host}}/ollama/api"` | |
| webui.env.OLLAMA_BASE_URL | string | `"https://ollama.{{$.Values.webui.ingress.host}}"` | |
| webui.envSecretName | string | `nil` | |
| webui.fullnameOverride | string | `"ollama-webui"` | |
| webui.image.pullPolicy | string | `"IfNotPresent"` | |
| webui.image.repository | string | `"registry.gitlab.iits.tech/private/llm/ollama-ui"` | |
| webui.image.tag | string | `""` | |
| webui.image.repository | string | `"ghcr.io/open-webui/open-webui"` | |
| webui.image.tag | string | `"0.1.125"` | |
| webui.imagePullSecrets | list | `[]` | |
| webui.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt"` | |
| webui.ingress.annotations."traefik.ingress.kubernetes.io/router.entrypoints" | string | `"websecure"` | |
| webui.ingress.annotations."traefik.ingress.kubernetes.io/router.tls" | string | `"true"` | |
| webui.ingress.enabled | bool | `true` | |
| webui.ingress.host | string | `nil` | Required, replace it with your host address |
| webui.ingress.hosts[0].host | string | `"{{.Values.webui.ingress.host}}"` | |
| webui.ingress.hosts[0].paths[0].path | string | `"/"` | |
| webui.ingress.tls[0].hosts[0] | string | `"{{.Values.webui.ingress.host}}"` | |
| webui.ingress.tls[0].secretName | string | `"ollama-cert"` | |
| webui.livenessProbe.enabled | bool | `true` | |
| webui.livenessProbe.failureThreshold | int | `6` | |
| webui.livenessProbe.initialDelaySeconds | int | `60` | |
Expand Down

0 comments on commit 13f2c6b

Please sign in to comment.