Skip to content

Commit

Permalink
chore: add probe for leaker
Browse files Browse the repository at this point in the history
Signed-off-by: Ardika Bagus <[email protected]>
  • Loading branch information
ardikabs committed Dec 10, 2024
1 parent d5d72fd commit fb4e0a4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kubernetes/services/leaker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,21 @@ spec:
requests:
cpu: 100m
memory: 64Mi
livenessProbe:
httpGet:
path: /status
port: 5000
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 1
readinessProbe:
httpGet:
path: /status
port: 5000
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 1

0 comments on commit fb4e0a4

Please sign in to comment.