Skip to content

Commit

Permalink
fix dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Jun 18, 2024
1 parent b4fde23 commit 1952d57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dev/config/gitops-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ tenantResources:
updatePolicy:
updateMode: "Auto"
minReplicas: 1
resourcePolicy:
containerPolicies:
- containerName: "*"
minAllowed:
cpu: "100m"
memory: "50Mi"
maxAllowed:
cpu: "1"
memory: "2Gi"
centrals:
overrides:
- instanceIds:
Expand Down

0 comments on commit 1952d57

Please sign in to comment.