Skip to content

Commit

Permalink
chore: readiness and liveness probes in frontend changed to reduce lo…
Browse files Browse the repository at this point in the history
…g noise in frontend
  • Loading branch information
mishraomp committed Oct 17, 2024
1 parent 8458ef0 commit 3808138
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ spec:
containerPort: 8080
protocol: TCP
readinessProbe:
httpGet:
path: /
tcpSocket:
port: 8080
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 2
timeoutSeconds: 2
Expand All @@ -55,10 +53,8 @@ spec:
livenessProbe:
successThreshold: 1
failureThreshold: 3
httpGet:
path: /
tcpSocket:
port: 8080
scheme: HTTP
initialDelaySeconds: 15
periodSeconds: 30
timeoutSeconds: 5
Expand Down

0 comments on commit 3808138

Please sign in to comment.