diff --git a/infra/gitops/dev/deployment.yml b/infra/gitops/dev/deployment.yml index ebe8319..f990fdd 100644 --- a/infra/gitops/dev/deployment.yml +++ b/infra/gitops/dev/deployment.yml @@ -42,5 +42,5 @@ spec: key: enabled.feature.promotion.list.api resources: limits: - cpu: 1 + cpu: "1" memory: 512Mi diff --git a/infra/gitops/prod/deployment.yml b/infra/gitops/prod/deployment.yml index d674354..a825c70 100644 --- a/infra/gitops/prod/deployment.yml +++ b/infra/gitops/prod/deployment.yml @@ -42,5 +42,5 @@ spec: key: enabled.feature.promotion.list.api resources: limits: - cpu: 1 + cpu: "1" memory: 512Mi