diff --git a/clusters/cl01tl/deployment/argo-workflows/values.yaml b/clusters/cl01tl/deployment/argo-workflows/values.yaml index d56195a9a..85fd9c76f 100644 --- a/clusters/cl01tl/deployment/argo-workflows/values.yaml +++ b/clusters/cl01tl/deployment/argo-workflows/values.yaml @@ -88,12 +88,9 @@ argo-events: tag: v1.9.1 controller: resources: - limits: - cpu: 500m - memory: 512Mi requests: - cpu: 250m - memory: 256Mi + cpu: 100m + memory: 128Mi metrics: enabled: true serviceMonitor: diff --git a/clusters/cl01tl/deployment/kargo/values.yaml b/clusters/cl01tl/deployment/kargo/values.yaml index 53d3fef11..a527302e0 100644 --- a/clusters/cl01tl/deployment/kargo/values.yaml +++ b/clusters/cl01tl/deployment/kargo/values.yaml @@ -2,9 +2,6 @@ kargo: api: host: kargo.alexlebens.net resources: - limits: - cpu: 100m - memory: 128Mi requests: cpu: 100m memory: 128Mi @@ -61,9 +58,6 @@ kargo: - email - groups resources: - limits: - cpu: 100m - memory: 128Mi requests: cpu: 100m memory: 128Mi @@ -82,18 +76,12 @@ kargo: rollouts: integrationEnabled: true resources: - limits: - cpu: 100m - memory: 128Mi requests: cpu: 100m memory: 128Mi managementController: enabled: true resources: - limits: - cpu: 100m - memory: 128Mi requests: cpu: 100m memory: 128Mi @@ -103,18 +91,12 @@ kargo: tls: selfSignedCert: true resources: - limits: - cpu: 100m - memory: 128Mi requests: cpu: 100m memory: 128Mi garbageCollector: schedule: "0 * * * *" resources: - limits: - cpu: 100m - memory: 128Mi requests: cpu: 100m memory: 128Mi