Skip to content

Commit

Permalink
fix: cdtn-admin update resources (#1438)
Browse files Browse the repository at this point in the history
* fix: cdtn-admin update resources

Adjust cdt-admin resources www, hasura, cnpg

* fix: hasura-resources
  • Loading branch information
igorrenquin authored Jul 4, 2024
1 parent 1f7a4ba commit 9ebda48
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ www:
memory: "512Mi"
requests:
cpu: "100m"
memory: "256Mi"
memory: "386Mi"

export:
replicas: 1
Expand All @@ -38,10 +38,10 @@ hasura:
enabled: true
resources:
limits:
cpu: "2000m"
memory: "4Gi"
requests:
cpu: "1000m"
memory: "1.5Gi"
requests:
cpu: "500m"
memory: "1Gi"
envFrom:
- secretRef:
Expand All @@ -52,6 +52,13 @@ hasura:
name: hasura

pg:
cnpg-cluster:
resources:
requests:
memory: 1Gi
limits:
cpu: "1"
memory: 1Gi
backup:
name: 2024-03-26-12-33
cnpg-cluster:
Expand Down

0 comments on commit 9ebda48

Please sign in to comment.