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 cdca41c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions test/enterprise-integration-test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ alfresco-transform-service:
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
cpu: "0.25"
memory: "256Mi"
limits:
cpu: "2"
Expand All @@ -72,7 +72,7 @@ alfresco-transform-service:
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
cpu: "0.25"
memory: "256Mi"
limits:
cpu: "2"
Expand All @@ -83,7 +83,7 @@ alfresco-transform-service:
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
cpu: "0.25"
memory: "512Mi"
limits:
cpu: "2"
Expand All @@ -107,7 +107,7 @@ alfresco-transform-service:
timeoutSeconds: 15
resources:
requests:
cpu: "0.01"
cpu: "0.25"
memory: "256Mi"
limits:
cpu: "2"
Expand All @@ -116,6 +116,9 @@ alfresco-transform-service:
transformrouter:
replicaCount: 1
resources:
requests:
cpu: "0.25"
memory: "256Mi"
limits:
cpu: "2"
memory: "800Mi"
Expand Down

0 comments on commit cdca41c

Please sign in to comment.