Skip to content

Commit

Permalink
give ATS some air
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Nov 5, 2024
1 parent 63f8456 commit 78d94dc
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions test/enterprise-integration-test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
alfresco-repository:
resources:
requests:
cpu: "0.5"
cpu: "0.2"
memory: "1024Mi"
limits:
cpu: "2"
Expand Down Expand Up @@ -61,7 +61,7 @@ alfresco-transform-service:
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
cpu: "0.2"
memory: "256Mi"
limits:
cpu: "2"
Expand All @@ -72,7 +72,7 @@ alfresco-transform-service:
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
cpu: "0.2"
memory: "256Mi"
limits:
cpu: "2"
Expand All @@ -83,7 +83,7 @@ alfresco-transform-service:
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
cpu: "0.2"
memory: "512Mi"
limits:
cpu: "2"
Expand All @@ -94,7 +94,7 @@ alfresco-transform-service:
initialDelaySeconds: 30
resources:
requests:
cpu: "0.25"
cpu: "0.2"
memory: "256Mi"
limits:
cpu: "2"
Expand All @@ -107,7 +107,7 @@ alfresco-transform-service:
timeoutSeconds: 15
resources:
requests:
cpu: "0.01"
cpu: "0.2"
memory: "256Mi"
limits:
cpu: "2"
Expand All @@ -116,6 +116,9 @@ alfresco-transform-service:
transformrouter:
replicaCount: 1
resources:
requests:
cpu: "0.2"
memory: "256Mi"
limits:
cpu: "2"
memory: "800Mi"
Expand Down

0 comments on commit 78d94dc

Please sign in to comment.