Skip to content

Commit

Permalink
try to make install stage faster & more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Mar 15, 2024
1 parent 937c56a commit f32835c
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions test/enterprise-integration-test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ elasticsearch:
esJavaOpts: "-Xmx512m -Xms512m"
resources:
requests:
cpu: "0.01"
cpu: "0.25"
memory: "512Mi"
limits:
cpu: "1"
Expand Down Expand Up @@ -94,7 +94,7 @@ alfresco-transform-service:
initialDelaySeconds: 30
resources:
requests:
cpu: "0.01"
cpu: "0.25"
memory: "256Mi"
limits:
cpu: "2"
Expand Down Expand Up @@ -152,19 +152,6 @@ alfresco-sync-service:
cpu: "2"
memory: "1Gi"
postgresql: *postgresql-sync
alfresco-ai-transformer:
enabled: true
replicaCount: 1
aws:
accessKeyId: AAAAAAAAAAAAAAAAA
secretAccessKey: ZZZZZZZZZZZZZZZZZ
s3Bucket: somebucket
region: us-east-1
comprehendRoleARN: arn:aws:iam::000000000000:user/comprehend
resources:
requests:
cpu: "0.01"
memory: "512Mi"
activemq:
resources:
requests:
Expand Down

0 comments on commit f32835c

Please sign in to comment.