diff --git a/helm/prod/backend.yaml b/helm/prod/backend.yaml index 21d65e94..9a84509c 100644 --- a/helm/prod/backend.yaml +++ b/helm/prod/backend.yaml @@ -35,7 +35,6 @@ podAnnotations: resources: limits: - cpu: "0" memory: 2Gi requests: cpu: 35m diff --git a/helm/prod/frontend.yaml b/helm/prod/frontend.yaml index d42ec3cf..95b737da 100644 --- a/helm/prod/frontend.yaml +++ b/helm/prod/frontend.yaml @@ -35,7 +35,6 @@ podAnnotations: resources: limits: - cpu: "0" memory: 2Gi requests: cpu: 20m diff --git a/helm/staging/backend.yaml b/helm/staging/backend.yaml index babc9c27..7c02c96c 100644 --- a/helm/staging/backend.yaml +++ b/helm/staging/backend.yaml @@ -36,7 +36,6 @@ podAnnotations: resources: limits: - cpu: "0" memory: 2Gi requests: cpu: 35m diff --git a/helm/staging/frontend.yaml b/helm/staging/frontend.yaml index 0e02e977..872663cd 100644 --- a/helm/staging/frontend.yaml +++ b/helm/staging/frontend.yaml @@ -36,7 +36,6 @@ podAnnotations: resources: limits: - cpu: "0" memory: 2Gi requests: cpu: 20m