Skip to content

Commit

Permalink
fix: Restore the correct liveness and readiness probes (#722)
Browse files Browse the repository at this point in the history
When we updated the Helm chart it brought some default liveness and
readiness probe config that is incompatible with this project. We
need to override the probe config in the same way that the TypeScript
template project does.

MAP-1670
  • Loading branch information
jimbali authored Oct 10, 2024
1 parent d2bd74a commit 8fba65a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions helm_deploy/use-of-force/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ generic-service:
enabled: true
tlsSecretName: use-of-force-cert
path: /

livenessProbe:
httpGet:
path: /ping

readinessProbe:
httpGet:
path: /ping

env:
TOKENVERIFICATION_API_ENABLED: true
Expand Down

0 comments on commit 8fba65a

Please sign in to comment.