Skip to content

Commit

Permalink
resources!
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Dec 17, 2024
1 parent 11b8140 commit ebd015a
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions test/enterprise-integration-test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,22 @@ alfresco-search:
memory: "1280Mi"
elasticsearch:
esJavaOpts: "-Xmx512m -Xms512m"
resources:
requests:
cpu: "0.25"
memory: "512Mi"
limits:
cpu: "1"
memory: "1Gi"
master:
resources:
requests:
cpu: "0.25"
memory: "512Mi"
limits:
cpu: "1"
memory: "1Gi"
kibana:
resources:
requests:
cpu: "0.25"
memory: "512Mi"
limits:
cpu: "1"
memory: "1Gi"
alfresco-search-enterprise:
reindexing:
hookExecution: false
Expand Down Expand Up @@ -180,20 +189,10 @@ alfresco-ai-transformer:
memory: "512Mi"
livenessProbe:
initialDelaySeconds: 120
elasticsearch-audit:
resources:
requests:
cpu: "0.01"
memory: "256Mi"
alfresco-audit-storage:
resources:
requests:
cpu: "0.01"
memory: "256Mi"
kibana-audit:
resources:
requests:
cpu: "0.01"
memory: "256Mi"
dtas:
enabled: true

0 comments on commit ebd015a

Please sign in to comment.