feat: refactor apps
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

This commit is contained in:
2026-04-07 21:03:04 -05:00
parent 66cdec3eee
commit cd0eefdbec
14 changed files with 30 additions and 131 deletions

View File

@@ -4,9 +4,8 @@ version: 1.0.0
description: WhoDB
keywords:
- whodb
- postgresql
- database
home: https://wiki.alexlebens.dev/s/f329e026-7ade-4a3c-a5f1-1ac1492b9786
- database-dashboard
home: https://docs.alexlebens.dev/applications/whodb/
sources:
- https://github.com/clidey/whodb
- https://hub.docker.com/r/clidey/whodb

View File

@@ -3,13 +3,11 @@ whodb:
main:
type: deployment
replicas: 1
strategy: Recreate
containers:
main:
image:
repository: clidey/whodb
tag: 0.104.0
pullPolicy: IfNotPresent
tag: 0.104.0@sha256:ab485c021b862aac50bb88658f3342ca01d3eba33e933353692bc9989b2912c4
env:
- name: WHODB_OLLAMA_HOST
value: ollama-server-2.ollama
@@ -17,8 +15,8 @@ whodb:
value: 11434
resources:
requests:
cpu: 10m
memory: 256Mi
cpu: 1m
memory: 20Mi
service:
main:
controller: main
@@ -26,7 +24,6 @@ whodb:
http:
port: 80
targetPort: 8080
protocol: TCP
route:
main:
kind: HTTPRoute
@@ -39,11 +36,8 @@ whodb:
- whodb.alexlebens.net
rules:
- backendRefs:
- group: ''
kind: Service
name: whodb
- name: whodb
port: 80
weight: 100
matches:
- path:
type: PathPrefix