Skip to content

Commit

Permalink
fix: add resources to agent plane as borrowed from the tractusx charts
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed May 15, 2024
1 parent baa7de1 commit 642ad6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions charts/agent-plane-azure-vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,12 @@ resources: {}
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
limits:
cpu: 1.5
memory: 1024Mi
requests:
cpu: 500m
memory: 128Mi
replicaCount: 1
autoscaling:
# -- Enables [horizontal pod autoscaling](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/)
Expand Down
12 changes: 6 additions & 6 deletions charts/agent-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,12 @@ resources: {}
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
limits:
cpu: 1.5
memory: 1024Mi
requests:
cpu: 500m
memory: 128Mi
replicaCount: 1
autoscaling:
# -- Enables [horizontal pod autoscaling](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/)
Expand Down

0 comments on commit 642ad6e

Please sign in to comment.