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 b890a3d
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 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 @@ -50,7 +50,7 @@ alfresco-search-enterprise:
hookExecution: false
resources:
requests:
cpu: "0.1"
cpu: "0.05"
memory: "128Mi"
limits:
cpu: "1"
Expand All @@ -61,7 +61,7 @@ alfresco-transform-service:
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
cpu: "0.1"
memory: "256Mi"
limits:
cpu: "2"
Expand All @@ -72,7 +72,7 @@ alfresco-transform-service:
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
cpu: "0.1"
memory: "256Mi"
limits:
cpu: "2"
Expand All @@ -83,7 +83,7 @@ alfresco-transform-service:
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
cpu: "0.1"
memory: "512Mi"
limits:
cpu: "2"
Expand All @@ -94,7 +94,7 @@ alfresco-transform-service:
initialDelaySeconds: 30
resources:
requests:
cpu: "0.25"
cpu: "0.1"
memory: "256Mi"
limits:
cpu: "2"
Expand All @@ -107,15 +107,23 @@ alfresco-transform-service:
timeoutSeconds: 15
resources:
requests:
cpu: "0.01"
cpu: "0.1"
memory: "256Mi"
limits:
cpu: "2"
memory: "512Mi"
replicaCount: 1
filestore:
replicaCount: 1
resources:
requests:
cpu: "0.05"
transformrouter:
replicaCount: 1
resources:
requests:
cpu: "0.05"
memory: "256Mi"
limits:
cpu: "2"
memory: "800Mi"
Expand Down

0 comments on commit b890a3d

Please sign in to comment.