mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-06-12 08:34:34 +02: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:
|
||||
|
||||
Reference in New Issue
Block a user