Skip to content

Commit

Permalink
probes: typo in liveness probe (PROJQUAY-3317)
Browse files Browse the repository at this point in the history
The correct is livenessProbe, not livelinessProbe.
  • Loading branch information
ricardomaraschini committed Mar 2, 2022
1 parent 365c573 commit 530191e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
path: /health/instance
port: 8443
scheme: HTTPS
livelinessProbe:
livenessProbe:
httpGet:
path: /health/instance
port: 8443
Expand Down

0 comments on commit 530191e

Please sign in to comment.