Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Aug 8, 2024
1 parent b8966ed commit 828d0a8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions test/enterprise-integration-test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ alfresco-search-enterprise:
alfresco-transform-service:
pdfrenderer:
livenessProbe:
initialDelaySeconds: 60
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
Expand All @@ -67,7 +67,7 @@ alfresco-transform-service:
replicaCount: 1
imagemagick:
livenessProbe:
initialDelaySeconds: 60
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
Expand All @@ -78,7 +78,7 @@ alfresco-transform-service:
replicaCount: 1
libreoffice:
livenessProbe:
initialDelaySeconds: 60
initialDelaySeconds: 90
resources:
requests:
cpu: "0.01"
Expand Down Expand Up @@ -176,5 +176,9 @@ alfresco-ai-transformer:
requests:
cpu: "0.01"
memory: "512Mi"
readinessProbe:
initialDelaySeconds: 100
livenessProbe:
initialDelaySeconds: 100
dtas:
enabled: true

0 comments on commit 828d0a8

Please sign in to comment.