From cf2bdce95348735638cfc29a7c5e8a65ee7fc2f1 Mon Sep 17 00:00:00 2001 From: joerivrij Date: Tue, 24 Oct 2023 10:14:20 +0200 Subject: [PATCH] Fix/drc (#36) * updates drc for now * changes needed for release 1.4.3 --- helm/ri-zgw/charts/token-issuer/templates/deployment.yaml | 8 ++++---- parser/env.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/ri-zgw/charts/token-issuer/templates/deployment.yaml b/helm/ri-zgw/charts/token-issuer/templates/deployment.yaml index f554f75..a2712fe 100644 --- a/helm/ri-zgw/charts/token-issuer/templates/deployment.yaml +++ b/helm/ri-zgw/charts/token-issuer/templates/deployment.yaml @@ -58,8 +58,8 @@ spec: path: /api/v1/status/ port: {{ .Values.service.port }} initialDelaySeconds: 10 - periodSeconds: 10 - failureThreshold: 6 + periodSeconds: 20 + failureThreshold: 10 livenessProbe: httpGet: scheme: HTTP @@ -69,5 +69,5 @@ spec: path: /api/v1/status/ port: {{ .Values.service.port }} initialDelaySeconds: 10 - periodSeconds: 30 - failureThreshold: 5 + periodSeconds: 60 + failureThreshold: 10 diff --git a/parser/env.yaml b/parser/env.yaml index 9e78c3d..aad8bba 100644 --- a/parser/env.yaml +++ b/parser/env.yaml @@ -25,13 +25,13 @@ brc: drc: repo: ghcr.io/vng-realisatie/documenten-api local: - tag: 1.4.2 + tag: 1.4.3 ingressHost: k8s-drc-local.test test: - tag: 1.4.2 + tag: 1.4.3 ingressHost: documenten-api.test.vng.cloud production: - tag: 1.4.2 + tag: 1.4.3 ingressHost: documenten-api.vng.cloud nrc: