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

View File

@@ -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

View File

@@ -5,10 +5,8 @@ image:
resources:
requests:
cpu: "50m"
memory: "64Mi"
limits:
cpu: "50m"
memory: "128Mi"
vpa:

View File

@@ -87,9 +87,6 @@ providerConfig:
values:
image:
tag: $VERSION
fleetManager:
kubeconfig: #base64 encoded kubeconfig of Fleet manager cluster with user that has write access to Cluster and Secret
namespace: clusters
---
apiVersion: core.gardener.cloud/v1beta1
kind: ControllerRegistration
@@ -109,7 +106,6 @@ for kind_and_type in "${KINDS_AND_TYPES[@]}"; do
- kind: $KIND
type: $TYPE
globallyEnabled: $GLOBALLY_ENABLED
primary: true
EOM
done