Remove CPU requests and limits

This commit is contained in:
Martin Šalata
2022-11-03 09:06:29 +01:00
parent c8550a8455
commit 5f56a88996
3 changed files with 1 additions and 7 deletions
@@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for the Gardener Shoot Fleet Agent extension.
name: gardener-extension-shoot-fleet-agent
version: 0.3.5
version: 0.3.6
@@ -5,10 +5,8 @@ image:
resources:
requests:
cpu: "50m"
memory: "64Mi"
limits:
cpu: "50m"
memory: "128Mi"
vpa: