Skip to content

Commit

Permalink
Use the new endpoint for healthchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson committed Nov 27, 2024
1 parent b027583 commit 53bde1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /selftest/ping
path: /api/etos/ping
port: http
readinessProbe:
httpGet:
path: /selftest/ping
path: /api/etos/ping
port: http

0 comments on commit 53bde1d

Please sign in to comment.