Files
infrastructure/clusters/cl01tl/helm/whodb/values.yaml
Renovate Bot 975a758442
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 55s
lint-test-helm / validate-kubeconform (pull_request) Successful in 22s
render-manifests / render-manifests (pull_request) Successful in 1m1s
chore(deps): update dependency clidey/whodb to v0.105.0
2026-04-10 19:02:15 +00:00

45 lines
1.0 KiB
YAML

whodb:
controllers:
main:
type: deployment
replicas: 1
containers:
main:
image:
repository: clidey/whodb
tag: 0.105.0@sha256:f4c7139554ef65e162b88792b9d28f793d1b3e50c3838f3d35f37c05a1b51413
env:
- name: WHODB_OLLAMA_HOST
value: ollama-server-2.ollama
- name: WHODB_OLLAMA_PORT
value: 11434
resources:
requests:
cpu: 1m
memory: 20Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 8080
route:
main:
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- whodb.alexlebens.net
rules:
- backendRefs:
- name: whodb
port: 80
matches:
- path:
type: PathPrefix
value: /