diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index e3d2d683..dcea13a2 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -183,7 +183,7 @@ jobs: - name: Watch Helm deployment env: - HELM_INSTALL_TIMEOUT: 8m + HELM_INSTALL_TIMEOUT: 10m run: | kubectl get pods --watch & KWPID=$! diff --git a/test/helm/test-overrides.yaml b/test/helm/test-overrides.yaml index 64ad0c3e..38d35585 100644 --- a/test/helm/test-overrides.yaml +++ b/test/helm/test-overrides.yaml @@ -50,6 +50,7 @@ alfresco-transform-service: #alfresco-sync-service: alfresco-connector-ms365: enabled: true + replicaCount: 1 image: repository: localhost/alfresco-ooi-service tag: latest @@ -57,16 +58,33 @@ alfresco-connector-ms365: ALFRESCO_ADMIN_PASSWORD: admin ALFRESCO_ADMIN_USERNAME: admin livenessProbe: null + resources: + requests: + cpu: "0.01" + memory: "256Mi" + limits: + cpu: "2" + memory: "512Mi" alfresco-connector-msteams: enabled: true + replicaCount: 1 image: repository: localhost/alfresco-ms-teams-service tag: latest + readinessProbe: + initialDelaySeconds: 120 livenessProbe: null microsoft: app: id: admin password: admin + resources: + requests: + cpu: "0.01" + memory: "256Mi" + limits: + cpu: "2" + memory: "512Mi" dtas: additionalArgs: - --tb=short