Skip to content

Commit

Permalink
Revert "BC-6292 - change K8 probe (#3388)"
Browse files Browse the repository at this point in the history
This reverts commit 77b6af2.
  • Loading branch information
virgilchiriac committed Jan 19, 2024
1 parent 1b431f5 commit dd27305
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,21 @@ spec:
name: http-headers
readinessProbe:
httpGet:
# /login was chosen because on THR, the / redirects to TSP
path: /login
path: /version
port: 3100
timeoutSeconds: 4
failureThreshold: 3
periodSeconds: 10
livenessProbe:
httpGet:
path: /login
path: /version
port: 3100
timeoutSeconds: 4
failureThreshold: 3
periodSeconds: 15
startupProbe:
httpGet:
path: /login
path: /
port: 3100
timeoutSeconds: 4
failureThreshold: 36
Expand Down

0 comments on commit dd27305

Please sign in to comment.