This commit is contained in:
Waylon S. Walker 2025-02-22 16:03:02 -06:00
commit f8b377c347
10 changed files with 1147 additions and 0 deletions

17
helm-chart/values.yaml Normal file
View file

@ -0,0 +1,17 @@
name: opengraph
domain: wayl.one
port: 8000
image:
repository: registry.wayl.one
name: opengraph
tag: "0.0.1"
imageTag: 0.0.1
imagePullSecret: cluster-regcred
minReplicas: 1
maxReplicas: 3
targetCPUUtilization: 4000
cpuRequest: 10m
cpuLimit: 500m
memoryRequest: 100Mi
memoryLimit: 500Mi
targetMemoryUtilization: 400