mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-03-18 07:14:13 +01:00
Remove CPU requests and limits
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user