No introduction found. Create it?
Install with:
helm repo add app-template oci://ghcr.io/bjw-s-labs/helm/app-template
helm install ollama app-template/app-template -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
ollama | cbirkenbeul/homelab | 37 | 4.2.0 | 5 days ago |
ollama | ahinko/home-ops | 243 | 4.2.0 | 11 days ago |
ollama | joryirving/home-ops | 177 | 4.2.0 | 20 days ago |
See the most popular values for this chart:
Key | Types |
---|---|
number | |
string | |
service.app.type (5) LoadBalancer | string |
service.app.annotations."lbipam.cilium.io/ips" (3) ${SVC_OLLAMA} | string |
service.app.annotations."external-dns.alpha.kubernetes.io/hostname" (1) ollama.${SECRET_DOMAIN} | string |
string | |
string | |
string | |
number | |
service.ollama.annotations."lbipam.cilium.io/ips" (1) 192.168.30.241 | string |
string | |
number | |
service.ollama.type (1) LoadBalancer | string |
string | |
string | |
string | |
string | |
string | |
string | |
controllers.ollama.containers.app.env.no_proxy (4) localhost,127.0.0.1 | string |
string, boolean | |
string, number | |
string, number | |
string | |
string | |
string | |
string | |
number | |
controllers.ollama.containers.app.image.repository (9) docker.io/ollama/ollama | string |
controllers.ollama.containers.app.image.tag (9) 2.3.0-SNAPSHOT | string |
string | |
number | |
string | |
number | |
string | |
string | |
number | |
number | |
controllers.ollama.containers.app.command[] (4) - /bin/sh | string |
boolean | |
string | |
boolean | |
boolean | |
number | |
string | |
number | |
number | |
number | |
number | |
boolean | |
boolean | |
number | |
string | |
number | |
number | |
number | |
number | |
boolean | |
number | |
number | |
string | |
number | |
number | |
number | |
boolean | |
number | |
string | |
string | |
string | |
string | |
string | |
controllers.ollama.containers.ollama.env.TZ (1) America/New_York | string |
controllers.ollama.containers.ollama.image.repository (1) ghcr.io/tyzbit/ollama-intel-gpu | string |
string | |
string | |
string | |
string | |
string | |
string | |
controllers.ollama.replicas (3) ${REPLICAS:=1} | string, number |
controllers.ollama.type (3) statefulset | string |
string | |
string | |
string | |
string | |
controllers.ollama.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchExpressions[].key (1) intel.feature.node.kubernetes.io/gpu | string |
string | |
string | |
string | |
string | |
string | |
string | |
controllers.ollama.strategy (1) Recreate | string |
string | |
number | |
string | |
string | |
string | |
string | |
string | |
string | |
controllers.backend.containers.main.image.repository (2) docker.io/ollama/ollama | string |
controllers.backend.containers.main.image.tag (2) 0.11.7@sha256:c76340da9ed9906b01ed5462ca966b608de93a76c1fbc01123d07034a99f699b | string |
string | |
number | |
string | |
string | |
number | |
boolean | |
string | |
string | |
string | |
string | |
controllers.backend.pod.priorityClassName (2) ai-gpu-critical | string |
string | |
controllers.backend.type (2) statefulset | string |
string | |
string | |
string | |
string | |
string | |
controllers.app.containers.app.env.TZ (1) ${TIMEZONE} | string |
controllers.app.containers.app.image.repository (1) docker.io/ollama/ollama | string |
string | |
number | |
string | |
number | |
string | |
string | |
number | |
boolean | |
controllers.app.type (1) deployment | string |
string | |
persistence.config.globalMounts[].path (6) /root/.ollama | string |
boolean | |
persistence.dri.hostPath (3) /dev/dri | string |
persistence.dri.type (3) hostPath | string |
string | |
string | |
string | |
persistence.models.existingClaim (3) ollama-models-pvc | string |
boolean | |
string | |
persistence.models.path (1) ${NFS_DATA_PATH} | string |
persistence.models.server (1) ${NAS_ADDRESS} | string |
string | |
string | |
string | |
persistence.ollama.existingClaim (3) {{ .Release.Name }} | string |
persistence.ollama.globalMounts[].path (3) /models | string |
persistence.ollama.globalMounts[].subPath (3) models | string |
boolean | |
string | |
string | |
persistence.tmp.type (3) emptyDir | string |
string | |
persistence.data.existingClaim (2) ollama-data-pvc | string |
boolean | |
persistence.dev.hostPath (1) /dev/dri | string |
persistence.dev.type (1) hostPath | string |
string | |
persistence.media.path (1) /volume2/k8s/ollama | string |
persistence.media.server (1) ${SECRET_NFS_DOMAIN} | string |
string | |
string | |
string | |
boolean | |
persistence.tmpfs.type (1) emptyDir | string |
route.app.hostnames[] (5) - ollama.${SECRET_DOMAIN} | string |
route.app.parentRefs[].name (5) internal | string |
route.app.parentRefs[].namespace (5) kube-system | string |
string | |
number | |
string | |
string | |
string | |
string | |
route.app.annotations."gethomepage.dev/group" (1) Application Service | string |
route.app.annotations."gethomepage.dev/icon" (1) https://raw.githubusercontent.com/chaijunkin/dashboard-icons/main/png/ollama.png | string |
string | |
route.ollama.hostnames[] (1) - {{ .Release.Name }}.dmfrey.com | string |
string | |
route.ollama.parentRefs[].namespace (1) kube-system | string |
string | |
string | |
number | |
ingress.backend.className (2) internal | string |
ingress.backend.hosts[].host (2) ollama.${SECRET_DOMAIN} | string |
string | |
string | |
number | |
ingress.app.className (1) internal | string |
ingress.app.hosts[].host (1) {{ .Release.Name }}.${SECRET_DOMAIN} | string |
string | |
string | |
string | |
defaultPodOptions.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchExpressions[].key (1) node-role.kubernetes.io/control-plane | string |
string | |
string |