Skip to content

Commit

Permalink
fix: readinessProbe -> startupProbe
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuste committed Jul 28, 2022
1 parent 2b24ebb commit dec671d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/v5-bvg-transport-rest/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
hosts:
- 'b.v5.bvg.transport.rest'
livenessProbe: '/health'
readinessProbe: '/health'
startupProbe: '/health'
2 changes: 1 addition & 1 deletion kubernetes/apps/v5-db-transport-rest/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
hosts:
- 'b.v5.db.transport.rest'
livenessProbe: '/health'
readinessProbe: '/health'
startupProbe: '/health'
2 changes: 1 addition & 1 deletion kubernetes/apps/v5-hvv-transport-rest/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
hosts:
- 'b.v5.hvv.transport.rest'
livenessProbe: '/health'
readinessProbe: '/health'
startupProbe: '/health'

0 comments on commit dec671d

Please sign in to comment.