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 4c6ff84 commit 5912435
Showing 1 changed file with 1 addition and 1 deletion.
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 5912435

Please sign in to comment.