init
This commit is contained in:
commit
f8b377c347
10 changed files with 1147 additions and 0 deletions
17
helm-chart/values.yaml
Normal file
17
helm-chart/values.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue