Skip to content

Commit

Permalink
adjust resources to latest changes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Nov 26, 2024
1 parent 94f2415 commit d711867
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
{{- if .Values.vpa.enabled }}
apiVersion: autoscaling.k8s.io/v1
kind: VerticalPodAutoscaler
metadata:
Expand All @@ -10,10 +10,11 @@ spec:
kind: Deployment
name: {{ include "cert-management.fullname" . }}
updatePolicy:
updateMode: "Auto"
updateMode: {{ .Values.vpa.updatePolicy.updateMode }}
resourcePolicy:
containerPolicies:
- containerName: '*'
controlledValues: RequestsOnly
minAllowed:
memory: 20Mi
memory: {{ .Values.vpa.minAllowed.memory }}
{{- end }}
7 changes: 2 additions & 5 deletions charts/internal/cert-management-garden-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ images:

resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 200m
memory: 128Mi
cpu: 5m
memory: 30Mi

nodeSelector: {}
tolerations: []
Expand Down

0 comments on commit d711867

Please sign in to comment.