mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
chore: helm example values tweaks
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
ee26adb1db
commit
ef38baf77f
2 changed files with 9 additions and 7 deletions
|
|
@ -54,7 +54,7 @@ serviceAccount:
|
||||||
eks.amazonaws.com/role-arn: "" # set via --set
|
eks.amazonaws.com/role-arn: "" # set via --set
|
||||||
|
|
||||||
web:
|
web:
|
||||||
replicaCount: 3
|
replicaCount: 2
|
||||||
|
|
||||||
autoscaling:
|
autoscaling:
|
||||||
web:
|
web:
|
||||||
|
|
|
||||||
|
|
@ -15,17 +15,17 @@ exposure:
|
||||||
|
|
||||||
config:
|
config:
|
||||||
environment: production
|
environment: production
|
||||||
logLevel: INFO
|
logLevel: DEBUG
|
||||||
|
|
||||||
web:
|
web:
|
||||||
replicaCount: 1
|
replicaCount: 2
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 256Mi
|
memory: 1Gi
|
||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
memory: 1Gi
|
memory: 1.5Gi
|
||||||
pdb:
|
pdb:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ workers:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
|
|
@ -46,7 +46,9 @@ ui:
|
||||||
|
|
||||||
autoscaling:
|
autoscaling:
|
||||||
web:
|
web:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
minReplicas: 2
|
||||||
|
maxReplicas: 12
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
persistence:
|
persistence:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue