Skip to content

Commit

Permalink
add startup probe to upgrade server prod (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh authored Oct 16, 2024
1 parent 727685c commit a7202b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/prod/common-values-upgrade-server-left.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ ports:
name: health
protocol: TCP

startupProbe:
enabled: true
httpGet:
path: /health
port: health

livenessProbe:
httpGet:
path: /health
Expand Down
6 changes: 6 additions & 0 deletions deploy/prod/common-values-upgrade-server-right.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ ports:
name: health
protocol: TCP

startupProbe:
enabled: true
httpGet:
path: /health
port: health

livenessProbe:
httpGet:
path: /health
Expand Down

0 comments on commit a7202b5

Please sign in to comment.