From 4ab69d1febfcefdd66b2cbcf8caf55702103b8a5 Mon Sep 17 00:00:00 2001 From: Simon KP <“simon@techops.services”> Date: Wed, 18 Dec 2024 11:11:18 +1100 Subject: [PATCH] Fix resources 2 --- helm/prod/backend.yaml | 1 - helm/prod/frontend.yaml | 1 - helm/staging/backend.yaml | 1 - helm/staging/frontend.yaml | 1 - 4 files changed, 4 deletions(-) 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