Files
infrastructure/clusters/cl01tl/helm/whodb/values.yaml
Renovate Bot bd7e450829
All checks were successful
render-manifests / render-manifests (pull_request) Successful in 1m27s
lint-test-helm / lint-helm (pull_request) Successful in 3m43s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
chore(deps): update clidey/whodb docker tag to v0.109.0
2026-05-10 22:04:19 +00:00

45 lines
1.0 KiB
YAML

whodb:
controllers:
main:
type: deployment
replicas: 1
containers:
main:
image:
repository: clidey/whodb
tag: 0.109.0@sha256:ccb400cb7d0e287d482980dd9df59e36ada7a94cce692af2120d29ca295f3dc4
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: /