Skip to content

Commit

Permalink
Remove memory limit from the cert-controller-manager Deployment (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
ialidzhikov authored Aug 2, 2024
1 parent 6823e2d commit 2865e94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions charts/internal/shoot-cert-management-seed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ genericTokenKubeconfigSecretName: generic-token-kubeconfig

resources:
requests:
cpu: 100m
memory: 128Mi
limits:
memory: 600Mi
cpu: 100m
memory: 128Mi

nodeSelector: {}
tolerations: []
Expand Down

0 comments on commit 2865e94

Please sign in to comment.