diff --git a/restic/values.yaml b/restic/values.yaml index 4fbdc68392282aa91922e6ed5d846a63df6ad027..8a6ea60783ac65008bc69bec4a0308e37023b9d7 100644 --- a/restic/values.yaml +++ b/restic/values.yaml @@ -40,10 +40,10 @@ securityContext: resources: limits: - cpu: 500m - memory: 512Mi + cpu: 2 + memory: 2Gi requests: - cpu: 10m + cpu: 100m memory: 64Mi nodeSelector: { }