Skip to content

Commit

Permalink
Add liveness probe to ws-proxy deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince Rachit Sinha authored and roboquat committed Aug 31, 2021
1 parent ee92ed0 commit 19d859c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions chart/templates/ws-proxy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ spec:
httpGet:
path: /
port: 60088
livenessProbe:
initialDelaySeconds: 2
periodSeconds: 5
failureThreshold: 10
successThreshold: 1
timeoutSeconds: 2
httpGet:
path: /
port: 60088
volumeMounts:
- name: config
mountPath: "/config"
Expand Down

0 comments on commit 19d859c

Please sign in to comment.