Files
infrastructure/clusters/cl01tl/helm/whodb/values.yaml
Alex Lebens cd0eefdbec
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m23s
lint-test-helm / validate-kubeconform (pull_request) Successful in 49s
render-manifests / render-manifests (pull_request) Successful in 1m13s
feat: refactor apps
2026-04-07 21:03:04 -05:00

45 lines
1.0 KiB
YAML

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