Skip to content

Commit

Permalink
Fix/drc (#36)
Browse files Browse the repository at this point in the history
* updates drc for now

* changes needed for release 1.4.3
  • Loading branch information
joerivrij authored Oct 24, 2023
1 parent c69bbd5 commit cf2bdce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions helm/ri-zgw/charts/token-issuer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -69,5 +69,5 @@ spec:
path: /api/v1/status/
port: {{ .Values.service.port }}
initialDelaySeconds: 10
periodSeconds: 30
failureThreshold: 5
periodSeconds: 60
failureThreshold: 10
6 changes: 3 additions & 3 deletions parser/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf2bdce

Please sign in to comment.