From 2a9e331a3e1e119688b9fb6e06e7ada99bbfe087 Mon Sep 17 00:00:00 2001 From: alhendrickson <159636032+alhendrickson@users.noreply.github.com.> Date: Thu, 23 Oct 2025 15:17:47 +0000 Subject: [PATCH] chore: Update github action for dependabot ops: Add initial delay and docs by default for service --- .github/workflows/kubernetes-charts-build.yaml | 2 +- .github/workflows/observability-docker.yml | 1 + .../kubernetes/charts/medcat-trainer-helm/values.yaml | 9 +++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/kubernetes-charts-build.yaml b/.github/workflows/kubernetes-charts-build.yaml index 9c43a49..8cb139b 100644 --- a/.github/workflows/kubernetes-charts-build.yaml +++ b/.github/workflows/kubernetes-charts-build.yaml @@ -9,7 +9,7 @@ defaults: jobs: helm-lint-test: runs-on: ubuntu-latest - + if: github.event.pull_request.user.login != 'dependabot[bot]' && github.repository == 'CogStack/cogstack-platform-toolkit' steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/observability-docker.yml b/.github/workflows/observability-docker.yml index 573a4ab..58c5ce0 100644 --- a/.github/workflows/observability-docker.yml +++ b/.github/workflows/observability-docker.yml @@ -10,6 +10,7 @@ on: jobs: docker: runs-on: ubuntu-latest + if: github.event.pull_request.user.login != 'dependabot[bot]' && github.repository == 'CogStack/cogstack-platform-toolkit' strategy: matrix: # This should be replaced with Docker Bake instead include: diff --git a/deployment/kubernetes/charts/medcat-trainer-helm/values.yaml b/deployment/kubernetes/charts/medcat-trainer-helm/values.yaml index 40b909f..9188777 100644 --- a/deployment/kubernetes/charts/medcat-trainer-helm/values.yaml +++ b/deployment/kubernetes/charts/medcat-trainer-helm/values.yaml @@ -171,11 +171,11 @@ resources: {} # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # limits: - # cpu: 100m - # memory: 128Mi + # cpu: 3 # Recommended to leave unset. If desired to set note service performance has been found to improve up to around 3 CPU. + # memory: 2Gi # requests: - # cpu: 100m - # memory: 128Mi + # cpu: 1 + # memory: 1Gi # This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ livenessProbe: @@ -192,6 +192,7 @@ startupProbe: port: http failureThreshold: 30 periodSeconds: 10 + initialDelaySeconds: 5 nginx: livenessProbe: