Files
infrastructure/clusters/cl01tl/helm/whodb/values.yaml
Renovate Bot 6d80d81b12
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m49s
renovate / renovate (push) Successful in 2m51s
Update clidey/whodb Docker tag to v0.83.0 (#2507)
2025-12-14 10:02:23 +00:00

30 lines
642 B
YAML

whodb:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
containers:
main:
image:
repository: clidey/whodb
tag: 0.83.0
pullPolicy: IfNotPresent
env:
- name: WHODB_OLLAMA_HOST
value: ollama-server-2.ollama
- name: WHODB_OLLAMA_PORT
value: 11434
resources:
requests:
cpu: 10m
memory: 256Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 8080
protocol: TCP