mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-13 11:22:14 +02:00
fix: fix org scoped access for resources (#517)
* fix: fix org scoped access for resources * Fix auth and config validation regressions * fix: track org config validation timestamp * fix: backfill org model configuration v2 from legacy user rows Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * test: align config tests with org-level v2 resolution Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * chore: helm example values tweaks Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
041c31a613
commit
fb4038a969
59 changed files with 3531 additions and 517 deletions
|
|
@ -54,7 +54,7 @@ serviceAccount:
|
|||
eks.amazonaws.com/role-arn: "" # set via --set
|
||||
|
||||
web:
|
||||
replicaCount: 3
|
||||
replicaCount: 2
|
||||
|
||||
autoscaling:
|
||||
web:
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@ exposure:
|
|||
|
||||
config:
|
||||
environment: production
|
||||
logLevel: INFO
|
||||
logLevel: DEBUG
|
||||
|
||||
web:
|
||||
replicaCount: 1
|
||||
replicaCount: 2
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
memory: 1Gi
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: 1Gi
|
||||
memory: 1.5Gi
|
||||
pdb:
|
||||
enabled: false
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ workers:
|
|||
replicaCount: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
|
|
@ -46,7 +46,9 @@ ui:
|
|||
|
||||
autoscaling:
|
||||
web:
|
||||
enabled: false
|
||||
enabled: true
|
||||
minReplicas: 2
|
||||
maxReplicas: 12
|
||||
|
||||
postgresql:
|
||||
persistence:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue